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