Home
last modified time | relevance | path

Searched defs:from_bytes (Results 1 – 5 of 5) sorted by relevance

/linux/rust/zerocopy-derive/derive/
H A Dmod.rs3 pub mod from_bytes; module
H A Dfrom_bytes.rs102 let from_bytes = match &ctx.ast.data { in derive_from_bytes() localVariable
/linux/rust/zerocopy/src/
H A Dbyteorder.rs1119 fn from_bytes(bytes: Self::ByteArray) -> Self; in from_bytes() method
1359 let from_bytes = T::from_bytes(bytes); in test_endian() localVariable
H A Dref.rs311 pub fn from_bytes(source: B) -> Result<Ref<B, T>, CastError<B, T>> { in from_bytes() function
/linux/rust/kernel/
H A Dstr.rs39 pub const fn from_bytes(bytes: &[u8]) -> &Self { from_bytes() method
[all...]