Searched defs:from_bytes (Results 1 – 5 of 5) sorted by relevance
3 pub mod from_bytes; module
102 let from_bytes = match &ctx.ast.data { in derive_from_bytes() localVariable
1119 fn from_bytes(bytes: Self::ByteArray) -> Self; in from_bytes() method1359 let from_bytes = T::from_bytes(bytes); in test_endian() localVariable
311 pub fn from_bytes(source: B) -> Result<Ref<B, T>, CastError<B, T>> { in from_bytes() function
39 pub const fn from_bytes(bytes: &[u8]) -> &Self { from_bytes() method [all...]