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