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