pub struct WritableMemoryMap { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl AsRef<File> for WritableMemoryMap
impl AsRef<File> for WritableMemoryMap
Source§impl Clone for WritableMemoryMap
impl Clone for WritableMemoryMap
Source§fn clone(&self) -> WritableMemoryMap
fn clone(&self) -> WritableMemoryMap
Returns a duplicate 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 WritableMemoryMap
impl Debug for WritableMemoryMap
Source§impl Deref for WritableMemoryMap
impl Deref for WritableMemoryMap
Source§impl From<&WriteGuard> for WritableMemoryMap
impl From<&WriteGuard> for WritableMemoryMap
Source§fn from(value: &WriteGuard) -> Self
fn from(value: &WriteGuard) -> Self
Converts to this type from the input type.
Source§impl From<WritableMemoryMap> for ReadGuard
impl From<WritableMemoryMap> for ReadGuard
Source§fn from(value: WritableMemoryMap) -> Self
fn from(value: WritableMemoryMap) -> Self
Converts to this type from the input type.
Source§impl From<WritableMemoryMap> for WriteGuard
impl From<WritableMemoryMap> for WriteGuard
Source§fn from(value: WritableMemoryMap) -> Self
fn from(value: WritableMemoryMap) -> Self
Converts to this type from the input type.
Source§impl From<WriteGuard> for WritableMemoryMap
impl From<WriteGuard> for WritableMemoryMap
Source§fn from(value: WriteGuard) -> Self
fn from(value: WriteGuard) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WritableMemoryMap
impl !RefUnwindSafe for WritableMemoryMap
impl Send for WritableMemoryMap
impl Sync for WritableMemoryMap
impl Unpin for WritableMemoryMap
impl !UnwindSafe for WritableMemoryMap
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