Searched defs:to_le_bytes (Results 1 – 9 of 9) sorted by relevance
57 fn to_le_bytes(self) -> Self::Bytes; in to_le_bytes() method64 fn to_le_bytes(self) -> Self::Bytes { in to_le_bytes() method75 fn to_le_bytes(self) -> Self::Bytes { in to_le_bytes() method
7 fn to_le_bytes(self, buf: &mut [u8]) -> Option<usize>; in to_le_bytes() method
60 fn to_le_bytes(&self) -> Self::Bytes; in to_le_bytes() method
1066 fn to_le_bytes(&self) -> Self::Bytes { in to_le_bytes() method
1177 fn to_le_bytes(&self) -> Self::Bytes { in to_le_bytes() method
129 pub const fn to_le_bytes(self) -> [u8; 2] { in to_le_bytes() method
125 pub const fn to_le_bytes(self) -> [u8; 2] { in to_le_bytes() method