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