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