pub struct libmnt_ns { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for libmnt_ns
impl RefUnwindSafe for libmnt_ns
impl Send for libmnt_ns
impl Sync for libmnt_ns
impl Unpin for libmnt_ns
impl UnwindSafe for libmnt_ns
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