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