Home
last modified time | relevance | path

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

/rust/macros/
A Dpaste.rs51 segments.append(&mut concat_helper(tokens.as_slice())); in concat_helper()
/rust/kernel/device/
A Dproperty.rs337 pub fn as_slice(&self) -> &[u64] { in as_slice() method
356 write!(f, "{:?}", self.as_slice()) in fmt()
/rust/kernel/
A Ddma.rs419 pub unsafe fn as_slice(&self, offset: usize, count: usize) -> Result<&[T]> { in as_slice() method
A Dstr.rs933 unsafe { CStr::from_bytes_with_nul_unchecked(self.buf.as_slice()) } in deref()
/rust/kernel/alloc/
A Dkvec.rs228 pub fn as_slice(&self) -> &[T] { in as_slice() function
916 self.as_slice() in borrow()

Completed in 52 milliseconds