#[repr(u8)]pub enum Ctrl1Scs {
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 Ctrl1Scs
impl Ord for Ctrl1Scs
Source§impl PartialOrd for Ctrl1Scs
impl PartialOrd for Ctrl1Scs
impl Copy for Ctrl1Scs
impl Eq for Ctrl1Scs
impl StructuralPartialEq for Ctrl1Scs
Auto Trait Implementations§
impl Freeze for Ctrl1Scs
impl RefUnwindSafe for Ctrl1Scs
impl Send for Ctrl1Scs
impl Sync for Ctrl1Scs
impl Unpin for Ctrl1Scs
impl UnwindSafe for Ctrl1Scs
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