#[repr(u8)]pub enum ModeSel {
BYPASS = 0,
RS = 1,
TFF = 2,
DFF = 3,
JKFF = 4,
LATCH = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
BYPASS = 0
Bypass mode
RS = 1
RS Trigger mode
TFF = 2
T-FF mode
DFF = 3
D-FF mode
JKFF = 4
JK-FF mode
LATCH = 5
Latch mode
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Trait Implementations§
Source§impl Ord for ModeSel
impl Ord for ModeSel
Source§impl PartialOrd for ModeSel
impl PartialOrd for ModeSel
impl Copy for ModeSel
impl Eq for ModeSel
impl StructuralPartialEq for ModeSel
Auto Trait Implementations§
impl Freeze for ModeSel
impl RefUnwindSafe for ModeSel
impl Send for ModeSel
impl Sync for ModeSel
impl Unpin for ModeSel
impl UnwindSafe for ModeSel
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