pub enum PlatformMemoryType {
Fd,
Handle,
Ptr,
}Expand description
Representation of os specific memory types.
Variants§
Trait Implementations§
Source§impl Into<PlatformMemoryType> for ExternalMemoryType
impl Into<PlatformMemoryType> for ExternalMemoryType
Source§fn into(self) -> PlatformMemoryType
fn into(self) -> PlatformMemoryType
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for PlatformMemoryType
impl RefUnwindSafe for PlatformMemoryType
impl Send for PlatformMemoryType
impl Sync for PlatformMemoryType
impl Unpin for PlatformMemoryType
impl UnwindSafe for PlatformMemoryType
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