Enum Mtyp
#[repr(u8)]pub enum Mtyp {
Sram = 0,
Psram = 1,
Flash = 2,
_RESERVED_3 = 3,
}Variants§
Sram = 0
SRAM memory type
Psram = 1
PSRAM (CRAM) memory type
Flash = 2
NOR Flash/OneNAND Flash
_RESERVED_3 = 3
Implementations§
Trait Implementations§
impl Copy for Mtyp
impl Eq for Mtyp
§impl Ord for Mtyp
impl Ord for Mtyp
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Mtyp
impl PartialOrd for Mtyp
impl StructuralPartialEq for Mtyp
Auto Trait Implementations§
impl Freeze for Mtyp
impl RefUnwindSafe for Mtyp
impl Send for Mtyp
impl Sync for Mtyp
impl Unpin for Mtyp
impl UnsafeUnpin for Mtyp
impl UnwindSafe for Mtyp
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