pub enum NetDev {
}
Variants§
User(User)
Tap(Tap)
Bridge(Bridge)
Socket(Socket)
Stream(Stream)
Dgram(Dgram)
Vde(Vde)
Netmap(NetMap)
AfXdp(AfXdp)
VhostUser(VhostUser)
VhostVdpa(VhostVdpa)
VmnetHost(VmnetHost)
VmnetBridged(VmnetBridged)
Hubport(Hubport)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NetDev
impl RefUnwindSafe for NetDev
impl Send for NetDev
impl Sync for NetDev
impl Unpin for NetDev
impl UnwindSafe for NetDev
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