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