pub struct VmnetBridged { /* private fields */ }
Implementations§
Source§impl VmnetBridged
impl VmnetBridged
Sourcepub fn builder() -> VmnetBridgedBuilder
pub fn builder() -> VmnetBridgedBuilder
Create an instance of VmnetBridged
using the builder syntax
Trait Implementations§
Source§impl ToCommand for VmnetBridged
impl ToCommand for VmnetBridged
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
Auto Trait Implementations§
impl Freeze for VmnetBridged
impl RefUnwindSafe for VmnetBridged
impl Send for VmnetBridged
impl Sync for VmnetBridged
impl Unpin for VmnetBridged
impl UnwindSafe for VmnetBridged
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