#[repr(u8)]pub enum Ibitype {
NONE = 0,
IBI = 1,
MR = 2,
HJ = 3,
}Variants§
NONE = 0
NONE: cleared when IBI Won bit (MSTATUS.IBIWON) is cleared
IBI = 1
IBI: In-Band Interrupt
MR = 2
MR: Master Request
HJ = 3
HJ: Hot-Join
Implementations§
Trait Implementations§
Source§impl Ord for Ibitype
impl Ord for Ibitype
Source§impl PartialOrd for Ibitype
impl PartialOrd for Ibitype
impl Copy for Ibitype
impl Eq for Ibitype
impl StructuralPartialEq for Ibitype
Auto Trait Implementations§
impl Freeze for Ibitype
impl RefUnwindSafe for Ibitype
impl Send for Ibitype
impl Sync for Ibitype
impl Unpin for Ibitype
impl UnwindSafe for Ibitype
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