Enum Mmu
pub enum Mmu {
_0 = 0,
_1 = 1,
}Expand description
Memory Management Unit
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Mmu
impl Eq for Mmu
impl StructuralPartialEq for Mmu
Auto Trait Implementations§
impl Freeze for Mmu
impl RefUnwindSafe for Mmu
impl Send for Mmu
impl Sync for Mmu
impl Unpin for Mmu
impl UnwindSafe for Mmu
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