Searched refs:ByteArray (Results 1 – 1 of 1) sorted by relevance
1101 trait ByteArray: trait1112 type ByteArray: ByteArray; typedef1119 fn from_bytes(bytes: Self::ByteArray) -> Self; in from_bytes()1120 fn into_bytes(self) -> Self::ByteArray; in into_bytes() argument1138 impl ByteArray for [u8; $bytes] { impl1180 type ByteArray = [u8; mem::size_of::<$native>()];1353 let mut bytes = T::ByteArray::default(); in test_endian()