Home
last modified time | relevance | path

Searched defs:bytes_mut (Results 1 – 2 of 2) sorted by relevance

/linux/rust/zerocopy/src/
H A Dimpls.rs1844 let bytes_mut = &mut vec.as_mut_slice()[offset..offset+size]; in test_impls() localVariable
H A Dref.rs741 pub fn bytes_mut(r: &mut Self) -> &mut [u8] { in bytes_mut() function