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