Home
last modified time | relevance | path

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

/linux/rust/zerocopy/src/
H A Dbyteorder.rs87 pub trait ByteOrder: interface
115 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 …]