#[repr(u8)]pub enum Gint {
GINT_0 = 0,
GINT_1 = 1,
}Variants§
GINT_0 = 0
Global interrupt request is not asserted.
GINT_1 = 1
Global interrupt request is asserted.
Implementations§
Trait Implementations§
Source§impl Ord for Gint
impl Ord for Gint
Source§impl PartialOrd for Gint
impl PartialOrd for Gint
impl Copy for Gint
impl Eq for Gint
impl StructuralPartialEq for Gint
Auto Trait Implementations§
impl Freeze for Gint
impl RefUnwindSafe for Gint
impl Send for Gint
impl Sync for Gint
impl Unpin for Gint
impl UnwindSafe for Gint
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