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