Enum poplar::syscall::MapMemoryObjectError
source · pub enum MapMemoryObjectError {
InvalidHandle,
RegionAlreadyMapped,
NotAMemoryObject,
NotAnAddressSpace,
AddressPointerInvalid,
VirtualAddressNotSupplied,
VirtualAddressShouldNotBeSupplied,
}
Variants§
InvalidHandle
RegionAlreadyMapped
NotAMemoryObject
NotAnAddressSpace
AddressPointerInvalid
VirtualAddressNotSupplied
VirtualAddressShouldNotBeSupplied
Trait Implementations§
source§impl Clone for MapMemoryObjectError
impl Clone for MapMemoryObjectError
source§fn clone(&self) -> MapMemoryObjectError
fn clone(&self) -> MapMemoryObjectError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for MapMemoryObjectError
impl Debug for MapMemoryObjectError
source§impl Into<usize> for MapMemoryObjectError
impl Into<usize> for MapMemoryObjectError
source§impl TryFrom<usize> for MapMemoryObjectError
impl TryFrom<usize> for MapMemoryObjectError
impl Copy for MapMemoryObjectError
Auto Trait Implementations§
impl RefUnwindSafe for MapMemoryObjectError
impl Send for MapMemoryObjectError
impl Sync for MapMemoryObjectError
impl Unpin for MapMemoryObjectError
impl UnwindSafe for MapMemoryObjectError
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