Struct qapi_qmp::NetdevTapOptions[][src]

pub struct NetdevTapOptions {
    pub poll_us: Option<u32>,
    pub fds: Option<String>,
    pub script: Option<String>,
    pub vhostforce: Option<bool>,
    pub vnet_hdr: Option<bool>,
    pub downscript: Option<String>,
    pub ifname: Option<String>,
    pub vhostfds: Option<String>,
    pub helper: Option<String>,
    pub fd: Option<String>,
    pub vhostfd: Option<String>,
    pub sndbuf: Option<usize>,
    pub br: Option<String>,
    pub queues: Option<u32>,
    pub vhost: Option<bool>,
}

Fields

Trait Implementations

impl Debug for NetdevTapOptions
[src]

Formats the value using the given formatter. Read more

impl Clone for NetdevTapOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for NetdevTapOptions

impl Sync for NetdevTapOptions