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