Enum image::tiff::ByteOrder [-] [+] [src]

pub enum ByteOrder {
    LittleEndian,
    BigEndian,
}

Byte order of the TIFF file.

Variants

LittleEndian

little endian byte order

BigEndian

big endian byte order

Trait Implementations

Derived Implementations

impl Debug for ByteOrder

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for ByteOrder

impl Clone for ByteOrder

fn clone(&self) -> ByteOrder

fn clone_from(&mut self, source: &Self)