pub enum BitFormat {
LsbFirst,
MsbFirst,
}
Expand description
The bit format to send the data in
Variants§
Trait Implementations§
impl Copy for BitFormat
impl Eq for BitFormat
impl StructuralPartialEq for BitFormat
Auto Trait Implementations§
impl Freeze for BitFormat
impl RefUnwindSafe for BitFormat
impl Send for BitFormat
impl Sync for BitFormat
impl Unpin for BitFormat
impl UnwindSafe for BitFormat
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