Enum Lsbf
pub enum Lsbf {
_0 = 0,
_1 = 1,
}Expand description
LSB First
Value on reset: 0
Variants§
Trait Implementations§
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