Enum lazy_transducer::Endian [] [src]

pub enum Endian {
    Little,
    Big,
}

The endianness (byte order) of a stream of bytes

Variants

Methods

impl Endian
[src]

[src]

[src]

Trait Implementations

impl Copy for Endian
[src]

impl Clone for Endian
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for Endian
[src]

impl From<bool> for Endian
[src]

[src]

Performs the conversion.

impl PartialEq<Endian> for Endian
[src]

[src]

impl Debug for Endian
[src]

[src]

Formats the value using the given formatter.

impl Default for Endian
[src]

[src]

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