☰
ByteOrder
Implementors
In embedded_graphics::pixelcolor::raw
?
Trait
embedded_graphics
::
pixelcolor
::
raw
::
ByteOrder
source
·
[
−
]
pub trait ByteOrder: Sealed { }
Expand description
Raw data byte order.
Implementors
source
impl
ByteOrder
for
BigEndian
source
impl
ByteOrder
for
LittleEndian