Enum rustiff::ImageData[][src]

pub enum ImageData {
    U8(Vec<u8>),
    U16(Vec<u16>),
}

Variants

Trait Implementations

impl Debug for ImageData
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ImageData

impl Sync for ImageData