#[repr(C)]pub union Netdev__bindgen_ty_1 {
pub none: NetdevNoneOptions,
pub nic: NetLegacyNicOptions,
pub user: NetdevUserOptions,
pub tap: NetdevTapOptions,
pub l2tpv3: NetdevL2TPv3Options,
pub socket: NetdevSocketOptions,
pub vde: NetdevVdeOptions,
pub dump: NetdevDumpOptions,
pub bridge: NetdevBridgeOptions,
pub hubport: NetdevHubPortOptions,
pub netmap: NetdevNetmapOptions,
pub vhost_user: NetdevVhostUserOptions,
}Fields§
§none: NetdevNoneOptions§nic: NetLegacyNicOptions§user: NetdevUserOptions§tap: NetdevTapOptions§l2tpv3: NetdevL2TPv3Options§socket: NetdevSocketOptions§vde: NetdevVdeOptions§dump: NetdevDumpOptions§bridge: NetdevBridgeOptions§hubport: NetdevHubPortOptions§netmap: NetdevNetmapOptions§vhost_user: NetdevVhostUserOptionsTrait Implementations§
Source§impl Clone for Netdev__bindgen_ty_1
impl Clone for Netdev__bindgen_ty_1
Source§fn clone(&self) -> Netdev__bindgen_ty_1
fn clone(&self) -> Netdev__bindgen_ty_1
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Netdev__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for Netdev__bindgen_ty_1
impl RefUnwindSafe for Netdev__bindgen_ty_1
impl !Send for Netdev__bindgen_ty_1
impl !Sync for Netdev__bindgen_ty_1
impl Unpin for Netdev__bindgen_ty_1
impl UnwindSafe for Netdev__bindgen_ty_1
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