Home
last modified time | relevance | path

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

/linux/rust/zerocopy-derive/
H A Dlib.rs126 derive!(IntoBytes => derive_into_bytes => crate::derive::into_bytes::derive_into_bytes);
147 (crate::derive::into_bytes::derive_into_bytes, Trait::IntoBytes), in most_traits()
/linux/rust/zerocopy-derive/derive/
H A Dmod.rs4 pub mod into_bytes; module
/linux/rust/zerocopy/src/
H A Dbyteorder.rs1120 fn into_bytes(self) -> Self::ByteArray; in into_bytes() method
1200 fn into_bytes(self) -> [u8; mem::size_of::<$native>()] {
1365 assert_eq!(from_native.into_bytes(), bytes); in test_endian()
1366 assert_eq!(from_bytes.into_bytes(), bytes); in test_endian()
/linux/rust/syn/
H A Dlit.rs1441 (String::from(value).into_bytes(), suffix) in parse_lit_byte_str_raw()
1777 let mut bytes = input.to_owned().into_bytes(); in parse_lit_float()