Enum weezl::BitOrder [−][src]
pub enum BitOrder { Msb, Lsb, }
The order of bits in bytes.
Variants
The most significant bit is processed first.
The least significant bit is processed first.
pub enum BitOrder { Msb, Lsb, }
The order of bits in bytes.
The most significant bit is processed first.
The least significant bit is processed first.
impl RefUnwindSafe for BitOrder
impl Send for BitOrder
impl Sync for BitOrder
impl Unpin for BitOrder
impl UnwindSafe for BitOrder