pub enum BitOrder {
Big,
Little,
}
Expand description
the order of the bits packed/unpacked
Variants§
Trait Implementations§
Source§impl BitOrderType for BitOrder
impl BitOrderType for BitOrder
Source§fn to_bit_order(self) -> Result<BitOrder, ArrayError>
fn to_bit_order(self) -> Result<BitOrder, ArrayError>
Parse input to
BitOrder
type Read moreSource§impl Ord for BitOrder
impl Ord for BitOrder
Source§impl PartialOrd for BitOrder
impl PartialOrd for BitOrder
impl Copy for BitOrder
impl Eq for BitOrder
impl StructuralPartialEq for BitOrder
Auto Trait Implementations§
impl Freeze for BitOrder
impl RefUnwindSafe for BitOrder
impl Send for BitOrder
impl Sync for BitOrder
impl Unpin for BitOrder
impl UnwindSafe for BitOrder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more