Home
last modified time | relevance | path

Searched refs:as_slice (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/rust/macros/
H A Dpaste.rs51 segments.append(&mut concat_helper(tokens.as_slice())); in concat_helper()
/linux-6.15/drivers/gpu/nova-core/
H A Dgpu.rs30 ).as_slice()
/linux-6.15/rust/kernel/alloc/
H A Dkvec.rs204 pub fn as_slice(&self) -> &[T] { in as_slice() function
/linux-6.15/rust/kernel/
H A Dstr.rs912 unsafe { CStr::from_bytes_with_nul_unchecked(self.buf.as_slice()) } in deref()