Home
last modified time | relevance | path

Searched refs:as_mut_bytes (Results 1 – 3 of 3) sorted by relevance

/linux/rust/zerocopy/src/
H A Dlib.rs5822 fn as_mut_bytes(&mut self) -> &mut [u8] in as_mut_bytes() method
6189 self.as_mut_bytes() in as_bytes_mut()
7251 t.as_mut_bytes()[0] ^= 0xFF; in test_to_methods()
7253 t.as_mut_bytes()[0] ^= 0xFF; in test_to_methods()
7552 let mut_bytes = val.as_mut_bytes(); in test_deprecated_from_bytes()
H A Dbyteorder.rs1354 bytes.as_mut_bytes().copy_from_slice(native.as_bytes()); in test_endian()
H A Dimpls.rs1486 _f(case.as_mut_bytes()); in test_impls()