Home
last modified time | relevance | path

Searched refs:as_mut_slice (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/rust/alloc/vec/
H A Dmod.rs1319 /// io::repeat(0b101).read_exact(buffer.as_mut_slice()).unwrap();
1323 pub fn as_mut_slice(&mut self) -> &mut [T] { in as_mut_slice() functions
2177 let elems: *mut [T] = self.as_mut_slice(); in clear()
2180 // - `elems` comes directly from `as_mut_slice` and is therefore valid. in clear()

Completed in 5 milliseconds