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