pub struct FabricNet { /* private fields */ }Expand description
Safe handle to a leased fabric network interface.
Provides access to the interface name and guaranteed bandwidth
of a leased NIC (macvlan or SR-IOV VF). Created via
NetBuilder::acquire.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FabricNet
impl RefUnwindSafe for FabricNet
impl Send for FabricNet
impl Sync for FabricNet
impl Unpin for FabricNet
impl UnwindSafe for FabricNet
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