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