pub struct VZBridgedNetworkDeviceAttachment(/* private fields */);
Expand description
configure of bridge network device attachment
Implementations§
Source§impl VZBridgedNetworkDeviceAttachment
impl VZBridgedNetworkDeviceAttachment
pub fn new<T: VZBridgedNetworkInterface>( interface: T, ) -> VZBridgedNetworkDeviceAttachment
Trait Implementations§
Auto Trait Implementations§
impl Freeze for VZBridgedNetworkDeviceAttachment
impl RefUnwindSafe for VZBridgedNetworkDeviceAttachment
impl !Send for VZBridgedNetworkDeviceAttachment
impl !Sync for VZBridgedNetworkDeviceAttachment
impl Unpin for VZBridgedNetworkDeviceAttachment
impl UnwindSafe for VZBridgedNetworkDeviceAttachment
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