pub struct NBD { /* private fields */ }Expand description
An NBD netlink socket, usable to set up NBD devices.
Implementations§
Auto Trait Implementations§
impl Freeze for NBD
impl RefUnwindSafe for NBD
impl Send for NBD
impl Sync for NBD
impl Unpin for NBD
impl UnwindSafe for NBD
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