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