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