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