pub struct NbdHandle { /* private fields */ }Expand description
Handle to a running NBD server. Dropping it shuts the server down.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NbdHandle
impl !RefUnwindSafe for NbdHandle
impl Send for NbdHandle
impl Sync for NbdHandle
impl Unpin for NbdHandle
impl UnsafeUnpin for NbdHandle
impl !UnwindSafe for NbdHandle
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