#[non_exhaustive]pub enum EspMemMapType {
Data,
Instruction,
}Expand description
The type of memory mapping
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
Source§impl Clone for EspMemMapType
impl Clone for EspMemMapType
Source§fn clone(&self) -> EspMemMapType
fn clone(&self) -> EspMemMapType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable)§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EspMemMapType
Source§impl Debug for EspMemMapType
impl Debug for EspMemMapType
impl Eq for EspMemMapType
Source§impl Hash for EspMemMapType
impl Hash for EspMemMapType
Source§impl PartialEq for EspMemMapType
impl PartialEq for EspMemMapType
impl StructuralPartialEq for EspMemMapType
Auto Trait Implementations§
impl Freeze for EspMemMapType
impl RefUnwindSafe for EspMemMapType
impl Send for EspMemMapType
impl Sync for EspMemMapType
impl Unpin for EspMemMapType
impl UnsafeUnpin for EspMemMapType
impl UnwindSafe for EspMemMapType
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)