Enum ao_rs::ByteFormat [] [src]

pub enum ByteFormat {
    Little,
    Big,
    Native,
}

Byte format, can either by little-endian, bit-endian, or native (inherits from system).

Variants

Trait Implementations

impl Copy for ByteFormat
[src]

impl Clone for ByteFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more