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