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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ByteFormat

impl Sync for ByteFormat