Enum Usgfaultpended
pub enum Usgfaultpended {
_0 = 0,
_1 = 1,
}Expand description
UsageFault exception pending bit, reads as 1 if exception is pending
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for Usgfaultpended
impl Clone for Usgfaultpended
§fn clone(&self) -> Usgfaultpended
fn clone(&self) -> Usgfaultpended
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 Usgfaultpended
impl Debug for Usgfaultpended
§impl Format for Usgfaultpended
impl Format for Usgfaultpended
§impl From<Usgfaultpended> for bool
impl From<Usgfaultpended> for bool
§fn from(variant: Usgfaultpended) -> Self
fn from(variant: Usgfaultpended) -> Self
Converts to this type from the input type.
§impl PartialEq for Usgfaultpended
impl PartialEq for Usgfaultpended
impl Copy for Usgfaultpended
impl Eq for Usgfaultpended
impl StructuralPartialEq for Usgfaultpended
Auto Trait Implementations§
impl Freeze for Usgfaultpended
impl RefUnwindSafe for Usgfaultpended
impl Send for Usgfaultpended
impl Sync for Usgfaultpended
impl Unpin for Usgfaultpended
impl UnwindSafe for Usgfaultpended
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