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