pub struct LinuxWriterMapping { /* private fields */ }Expand description
Platform-minted sole-writer witness retaining the memfd and mapping lifetime.
Trait Implementations§
Auto Trait Implementations§
impl !Send for LinuxWriterMapping
impl !Sync for LinuxWriterMapping
impl Freeze for LinuxWriterMapping
impl RefUnwindSafe for LinuxWriterMapping
impl Unpin for LinuxWriterMapping
impl UnsafeUnpin for LinuxWriterMapping
impl UnwindSafe for LinuxWriterMapping
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