#[repr(u8)]pub enum Hirq {
HIRQ0 = 0,
HIRQ1 = 1,
}Variants§
HIRQ0 = 0
No transition on the HOME/ENABLE signal has occurred
HIRQ1 = 1
A transition on the HOME/ENABLE signal has occurred
Implementations§
Trait Implementations§
Source§impl Ord for Hirq
impl Ord for Hirq
Source§impl PartialOrd for Hirq
impl PartialOrd for Hirq
impl Copy for Hirq
impl Eq for Hirq
impl StructuralPartialEq for Hirq
Auto Trait Implementations§
impl Freeze for Hirq
impl RefUnwindSafe for Hirq
impl Send for Hirq
impl Sync for Hirq
impl Unpin for Hirq
impl UnwindSafe for Hirq
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