Enum scroll::Endian [] [src]

pub enum Endian {
    Little,
    Big,
}

The endianness (byte order) of a stream of bytes

Variants

Methods

impl Endian
[src]

Trait Implementations

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 Copy for Endian
[src]

impl Debug for Endian
[src]

Formats the value using the given formatter.

impl Clone for Endian
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Endian
[src]

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

impl From<bool> for Endian
[src]

Performs the conversion.