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