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