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