pub struct MapFd { /* private fields */ }Expand description
A map file descriptor.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MapFd
impl RefUnwindSafe for MapFd
impl Send for MapFd
impl Sync for MapFd
impl Unpin for MapFd
impl UnsafeUnpin for MapFd
impl UnwindSafe for MapFd
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