Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dbyteorder.rs97 impl Sealed for super::BigEndian {} implementation
105 BigEndian, enumerator
113 pub enum BigEndian {} enum
115 impl ByteOrder for BigEndian { implementation
116 const ORDER: Order = Order::BigEndian;
119 impl Display for BigEndian { implementation
148 pub type NativeEndian = BigEndian;
160 pub type NetworkEndian = BigEndian;
163 pub type BE = BigEndian;
592 Order::BigEndian => $to_be_fn(n),
[all …]