pub enum LSBFIRSTW {
MSBFIRST,
LSBFIRST,
}
Expand description
Values that can be written to the field LSBFIRST
Variants§
MSBFIRST
Data is transmitted/received with the MSB first
LSBFIRST
Data is transmitted/received with the LSB first
Auto Trait Implementations§
impl Freeze for LSBFIRSTW
impl RefUnwindSafe for LSBFIRSTW
impl Send for LSBFIRSTW
impl Sync for LSBFIRSTW
impl Unpin for LSBFIRSTW
impl UnwindSafe for LSBFIRSTW
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