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