pub enum MappingType {
Code,
Data,
Stack,
Heap,
File,
Shared,
Device,
}Expand description
Memory mapping types
Variants§
Code
Code segment (executable)
Data
Data segment (read/write)
Stack
Stack segment
Heap
Heap segment
File
Memory-mapped file
Shared memory
Device
Device memory (no caching)
Trait Implementations§
Source§impl Clone for MappingType
impl Clone for MappingType
Source§fn clone(&self) -> MappingType
fn clone(&self) -> MappingType
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MappingType
impl Debug for MappingType
Source§impl PartialEq for MappingType
impl PartialEq for MappingType
impl Copy for MappingType
impl Eq for MappingType
impl StructuralPartialEq for MappingType
Auto Trait Implementations§
impl Freeze for MappingType
impl RefUnwindSafe for MappingType
impl Send for MappingType
impl Sync for MappingType
impl Unpin for MappingType
impl UnwindSafe for MappingType
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)