Struct MemMode
#[repr(transparent)]pub struct MemMode(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl MemMode
impl MemMode
pub const MAINFLASH: Self
pub const MAINFLASH: Self
Main Flash memory mapped at 0x0000_0000
pub const SYSTEMFLASH: Self
pub const SYSTEMFLASH: Self
System Flash memory mapped at 0x0000_0000
pub const MAINFLASH2: Self
pub const MAINFLASH2: Self
Main Flash memory mapped at 0x0000_0000
pub const SRAM: Self
pub const SRAM: Self
Embedded SRAM mapped at 0x0000_0000
Trait Implementations§
§impl Ord for MemMode
impl Ord for MemMode
§impl PartialOrd for MemMode
impl PartialOrd for MemMode
impl Copy for MemMode
impl Eq for MemMode
impl StructuralPartialEq for MemMode
Auto Trait Implementations§
impl Freeze for MemMode
impl RefUnwindSafe for MemMode
impl Send for MemMode
impl Sync for MemMode
impl Unpin for MemMode
impl UnwindSafe for MemMode
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