Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dlib.rs5404 fn mut_from(source: &mut [u8]) -> Option<&mut Self> in mut_from() method
7553 assert!(u32::mut_from(mut_bytes).is_some()); in test_deprecated_from_bytes()