Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dbyteorder.rs1101 trait ByteArray: trait
1112 type ByteArray: ByteArray; typedef
1119 fn from_bytes(bytes: Self::ByteArray) -> Self; in from_bytes()
1120 fn into_bytes(self) -> Self::ByteArray; in into_bytes() argument
1138 impl ByteArray for [u8; $bytes] { impl
1180 type ByteArray = [u8; mem::size_of::<$native>()];
1353 let mut bytes = T::ByteArray::default(); in test_endian()