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