pub type ImageRawBE<'a, C> = ImageRaw<'a, C, BigEndian>;
Expand description

Image with big endian data.

Aliased Type§

struct ImageRawBE<'a, C> { /* private fields */ }