embedded_graphics::image

Type Alias ImageRawBE

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

Image with big endian data.

Aliased Typeยง

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