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