Struct qapi_qmp::NetdevTapOptions
[−]
[src]
pub struct NetdevTapOptions { pub poll_us: Option<u32>, pub downscript: Option<String>, pub helper: Option<String>, pub vnet_hdr: Option<bool>, pub queues: Option<u32>, pub vhostforce: Option<bool>, pub vhostfd: Option<String>, pub script: Option<String>, pub fd: Option<String>, pub sndbuf: Option<usize>, pub vhost: Option<bool>, pub br: Option<String>, pub vhostfds: Option<String>, pub fds: Option<String>, pub ifname: Option<String>, }
Fields
poll_us: Option<u32>
downscript: Option<String>
helper: Option<String>
vnet_hdr: Option<bool>
queues: Option<u32>
vhostforce: Option<bool>
vhostfd: Option<String>
script: Option<String>
fd: Option<String>
sndbuf: Option<usize>
vhost: Option<bool>
br: Option<String>
vhostfds: Option<String>
fds: Option<String>
ifname: Option<String>
Trait Implementations
impl Debug for NetdevTapOptions
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more
impl Clone for NetdevTapOptions
[src]
fn clone(&self) -> NetdevTapOptions
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more