#[repr(u8)]pub enum InpSelb {
PWM_B = 0,
EDGE_COUNTER = 1,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for InpSelb
impl Ord for InpSelb
Source§impl PartialOrd for InpSelb
impl PartialOrd for InpSelb
impl Copy for InpSelb
impl Eq for InpSelb
impl StructuralPartialEq for InpSelb
Auto Trait Implementations§
impl Freeze for InpSelb
impl RefUnwindSafe for InpSelb
impl Send for InpSelb
impl Sync for InpSelb
impl Unpin for InpSelb
impl UnwindSafe for InpSelb
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