Enum Bfarvalid
pub enum Bfarvalid {
_0 = 0,
_1 = 1,
}Expand description
BusFault Address Register (BFAR) valid flag
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Bfarvalid
impl Eq for Bfarvalid
impl StructuralPartialEq for Bfarvalid
Auto Trait Implementations§
impl Freeze for Bfarvalid
impl RefUnwindSafe for Bfarvalid
impl Send for Bfarvalid
impl Sync for Bfarvalid
impl Unpin for Bfarvalid
impl UnwindSafe for Bfarvalid
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