Home
last modified time | relevance | path

Searched defs:as_bytes (Results 1 – 3 of 3) sorted by relevance

/linux/rust/proc-macro2/
H A Dparse.rs51 fn as_bytes(&self) -> &'a [u8] { in as_bytes() method
/linux/rust/zerocopy/src/pointer/
H A Dptr.rs1018 pub fn as_bytes<R>(self) -> Ptr<'a, [u8], (I::Aliasing, Aligned, Valid)> in as_bytes() function
/linux/rust/zerocopy/src/
H A Dlib.rs5746 fn as_bytes(&self) -> &[u8] in as_bytes() method