Searched refs:ByteOrder (Results 1 – 1 of 1) sorted by relevance
87 pub trait ByteOrder: interface115 impl ByteOrder for BigEndian {132 impl ByteOrder for LittleEndian {170 impl<O: ByteOrder> Debug for $name<O> {186 impl<O: ByteOrder> Debug for $name<O> {206 impl<O: ByteOrder> $trait for $name<O> {240 impl<O: ByteOrder> PartialOrd for $name<O> {273 impl<O: ByteOrder> PartialOrd for $name<O> {280 impl<O: ByteOrder> Ord for $name<O> {287 impl<O: ByteOrder> PartialOrd<$native> for $name<O> {[all …]