Enum bytewise::Endian [] [src]

pub enum Endian {
    Big,
    Little,
}

Variants

Trait Implementations

impl Debug for Endian
[src]

Formats the value using the given formatter.

impl Copy for Endian
[src]

impl Clone for Endian
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more