Enum bytebuffer_new::Endian[][src]

pub enum Endian {
    BigEndian,
    LittleEndian,
}

An enum to represent the byte order of the ByteBuffer object

Variants

Trait Implementations

impl Debug for Endian
[src]

Formats the value using the given formatter. Read more

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]

Auto Trait Implementations

impl Send for Endian

impl Sync for Endian