pub enum ONEBIT {
Sample3 = 0,
Sample1 = 1,
}
Expand description
One sample bit method enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for ONEBIT
impl Eq for ONEBIT
impl StructuralPartialEq for ONEBIT
Auto Trait Implementations§
impl Freeze for ONEBIT
impl RefUnwindSafe for ONEBIT
impl Send for ONEBIT
impl Sync for ONEBIT
impl Unpin for ONEBIT
impl UnwindSafe for ONEBIT
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