Home
last modified time | relevance | path

Searched defs:to_be_bytes (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/gdbstub/src/internal/
Dbe_bytes.rs7 fn to_be_bytes(self, buf: &mut [u8]) -> Option<usize>; in to_be_bytes() method
/external/rust/crates/half/src/
Dbfloat.rs99 pub fn to_be_bytes(self) -> [u8; 2] { in to_be_bytes() method
Dbinary16.rs398 pub fn to_be_bytes(self) -> [u8; 2] { in to_be_bytes() method