#[repr(u8)]pub enum Lsbf {
STANDARD = 0,
REVERSE = 1,
}Variants§
STANDARD = 0
Standard. Data is transmitted and received in standard MSB first order.
REVERSE = 1
Reverse. Data is transmitted and received in reverse order (LSB first).
Implementations§
Trait Implementations§
Source§impl Ord for Lsbf
impl Ord for Lsbf
Source§impl PartialOrd for Lsbf
impl PartialOrd for Lsbf
impl Copy for Lsbf
impl Eq for Lsbf
impl StructuralPartialEq for Lsbf
Auto Trait Implementations§
impl Freeze for Lsbf
impl RefUnwindSafe for Lsbf
impl Send for Lsbf
impl Sync for Lsbf
impl Unpin for Lsbf
impl UnwindSafe for Lsbf
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