Enum nom::Endianness [] [src]

pub enum Endianness {
    Big,
    Little,
}

Configurable endianness

Variants

Trait Implementations

impl PartialEq for Endianness
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.