Enum weezl::BitOrder [−][src]
pub enum BitOrder {
Msb,
Lsb,
}
Expand description
The order of bits in bytes.
Variants
Msb
The most significant bit is processed first.
Lsb
The least significant bit is processed first.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BitOrder
impl UnwindSafe for BitOrder
Blanket Implementations
Mutably borrows from an owned value. Read more