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