#[repr(u8)]pub enum Ctrl2Scs {
COUNTER0_IN = 0,
COUNTER1_IN = 1,
COUNTER2_IN = 2,
COUNTER3_IN = 3,
}Variants§
COUNTER0_IN = 0
Counter 0 input pin
COUNTER1_IN = 1
Counter 1 input pin
COUNTER2_IN = 2
Counter 2 input pin
COUNTER3_IN = 3
Counter 3 input pin
Implementations§
Trait Implementations§
Source§impl Ord for Ctrl2Scs
impl Ord for Ctrl2Scs
Source§impl PartialOrd for Ctrl2Scs
impl PartialOrd for Ctrl2Scs
impl Copy for Ctrl2Scs
impl Eq for Ctrl2Scs
impl StructuralPartialEq for Ctrl2Scs
Auto Trait Implementations§
impl Freeze for Ctrl2Scs
impl RefUnwindSafe for Ctrl2Scs
impl Send for Ctrl2Scs
impl Sync for Ctrl2Scs
impl Unpin for Ctrl2Scs
impl UnwindSafe for Ctrl2Scs
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