#[repr(u8)]pub enum DinRdBg {
LittleEndian = 0,
BigEndian = 1,
}Variants§
LittleEndian = 0
Configure DIN read as little-endian.
BigEndian = 1
Configure DIN read as big-endian.
Implementations§
Trait Implementations§
Source§impl Ord for DinRdBg
impl Ord for DinRdBg
Source§impl PartialOrd for DinRdBg
impl PartialOrd for DinRdBg
impl Copy for DinRdBg
impl Eq for DinRdBg
impl StructuralPartialEq for DinRdBg
Auto Trait Implementations§
impl Freeze for DinRdBg
impl RefUnwindSafe for DinRdBg
impl Send for DinRdBg
impl Sync for DinRdBg
impl Unpin for DinRdBg
impl UnwindSafe for DinRdBg
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