Enum Nmipendset
pub enum Nmipendset {
_0 = 0,
_1 = 1,
}Expand description
NMI set-pending bit
Value on reset: 0
Variants§
_0 = 0
0: write: no effect; read: NMI exception is not pending
_1 = 1
1: write: changes NMI exception state to pending; read: NMI exception is pending
Trait Implementations§
§impl Clone for Nmipendset
impl Clone for Nmipendset
§fn clone(&self) -> Nmipendset
fn clone(&self) -> Nmipendset
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for Nmipendset
impl Debug for Nmipendset
§impl Format for Nmipendset
impl Format for Nmipendset
§impl From<Nmipendset> for bool
impl From<Nmipendset> for bool
§fn from(variant: Nmipendset) -> Self
fn from(variant: Nmipendset) -> Self
Converts to this type from the input type.
§impl PartialEq for Nmipendset
impl PartialEq for Nmipendset
impl Copy for Nmipendset
impl Eq for Nmipendset
impl StructuralPartialEq for Nmipendset
Auto Trait Implementations§
impl Freeze for Nmipendset
impl RefUnwindSafe for Nmipendset
impl Send for Nmipendset
impl Sync for Nmipendset
impl Unpin for Nmipendset
impl UnwindSafe for Nmipendset
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