Enum endianness::ByteOrder [] [src]

pub enum ByteOrder {
    LittleEndian,
    BigEndian,
}

The 'ByteOrder' type. It represents the order of bytes in a stream we read from.

Variants

Intel byte order

Motorola byte order

Trait Implementations

impl Debug for ByteOrder
[src]

Formats the value using the given formatter.

impl Copy for ByteOrder
[src]

impl Clone for ByteOrder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more