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