#[repr(u8)]pub enum Gra {
MASKED = 0,
UMASKED = 1,
}Variants§
MASKED = 0
The corresponding interrupt source is masked.
UMASKED = 1
The corresponding interrupt source is not masked.
Implementations§
Trait Implementations§
Source§impl Ord for Gra
impl Ord for Gra
Source§impl PartialOrd for Gra
impl PartialOrd for Gra
impl Copy for Gra
impl Eq for Gra
impl StructuralPartialEq for Gra
Auto Trait Implementations§
impl Freeze for Gra
impl RefUnwindSafe for Gra
impl Send for Gra
impl Sync for Gra
impl Unpin for Gra
impl UnwindSafe for Gra
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