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