#[repr(C)]pub struct NetdevTapOptions {Show 30 fields
pub has_ifname: bool,
pub ifname: *mut i8,
pub has_fd: bool,
pub fd: *mut i8,
pub has_fds: bool,
pub fds: *mut i8,
pub has_script: bool,
pub script: *mut i8,
pub has_downscript: bool,
pub downscript: *mut i8,
pub has_br: bool,
pub br: *mut i8,
pub has_helper: bool,
pub helper: *mut i8,
pub has_sndbuf: bool,
pub sndbuf: u64,
pub has_vnet_hdr: bool,
pub vnet_hdr: bool,
pub has_vhost: bool,
pub vhost: bool,
pub has_vhostfd: bool,
pub vhostfd: *mut i8,
pub has_vhostfds: bool,
pub vhostfds: *mut i8,
pub has_vhostforce: bool,
pub vhostforce: bool,
pub has_queues: bool,
pub queues: u32,
pub has_poll_us: bool,
pub poll_us: u32,
}
Fields§
§has_ifname: bool
§ifname: *mut i8
§has_fd: bool
§fd: *mut i8
§has_fds: bool
§fds: *mut i8
§has_script: bool
§script: *mut i8
§has_downscript: bool
§downscript: *mut i8
§has_br: bool
§br: *mut i8
§has_helper: bool
§helper: *mut i8
§has_sndbuf: bool
§sndbuf: u64
§has_vnet_hdr: bool
§vnet_hdr: bool
§has_vhost: bool
§vhost: bool
§has_vhostfd: bool
§vhostfd: *mut i8
§has_vhostfds: bool
§vhostfds: *mut i8
§has_vhostforce: bool
§vhostforce: bool
§has_queues: bool
§queues: u32
§has_poll_us: bool
§poll_us: u32
Trait Implementations§
Source§impl Clone for NetdevTapOptions
impl Clone for NetdevTapOptions
Source§fn clone(&self) -> NetdevTapOptions
fn clone(&self) -> NetdevTapOptions
Returns a copy 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 moreSource§impl Debug for NetdevTapOptions
impl Debug for NetdevTapOptions
impl Copy for NetdevTapOptions
Auto Trait Implementations§
impl Freeze for NetdevTapOptions
impl RefUnwindSafe for NetdevTapOptions
impl !Send for NetdevTapOptions
impl !Sync for NetdevTapOptions
impl Unpin for NetdevTapOptions
impl UnwindSafe for NetdevTapOptions
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