Searched refs:into_bytes (Results 1 – 4 of 4) sorted by relevance
126 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()
4 pub mod into_bytes; module
1120 fn into_bytes(self) -> Self::ByteArray; in into_bytes() method1200 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()
1441 (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()