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