Enum rorschach::Endian [] [src]

pub enum Endian {
    Little,
    Big,
}

Endianness for fields.

Variants

Trait Implementations

impl Clone for Endian
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Endian
[src]

impl PartialEq for Endian
[src]

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

This method tests for !=.

impl Eq for Endian
[src]

impl Debug for Endian
[src]

Formats the value using the given formatter.

impl Default for Endian
[src]

Returns the "default value" for a type. Read more