pub type ImageRawLE<'a, C> = ImageRaw<'a, C, LittleEndian>;Expand description
Image with little endian data.
Aliased Typeยง
pub struct ImageRawLE<'a, C> { /* private fields */ }pub type ImageRawLE<'a, C> = ImageRaw<'a, C, LittleEndian>;Image with little endian data.
pub struct ImageRawLE<'a, C> { /* private fields */ }