pub struct VmnetHost { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Ord for VmnetHost
impl Ord for VmnetHost
Source§impl PartialOrd for VmnetHost
impl PartialOrd for VmnetHost
Source§impl ToCommand for VmnetHost
impl ToCommand for VmnetHost
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
impl Eq for VmnetHost
impl StructuralPartialEq for VmnetHost
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