Struct panda_sys::NetdevTapOptions[][src]

#[repr(C)]
pub struct NetdevTapOptions {
Show fields pub has_ifname: bool, pub ifname: *mut c_char, pub has_fd: bool, pub fd: *mut c_char, pub has_fds: bool, pub fds: *mut c_char, pub has_script: bool, pub script: *mut c_char, pub has_downscript: bool, pub downscript: *mut c_char, pub has_br: bool, pub br: *mut c_char, pub has_helper: bool, pub helper: *mut c_char, 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 c_char, pub has_vhostfds: bool, pub vhostfds: *mut c_char, 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: boolifname: *mut c_charhas_fd: boolfd: *mut c_charhas_fds: boolfds: *mut c_charhas_script: boolscript: *mut c_charhas_downscript: booldownscript: *mut c_charhas_br: boolbr: *mut c_charhas_helper: boolhelper: *mut c_charhas_sndbuf: boolsndbuf: u64has_vnet_hdr: boolvnet_hdr: boolhas_vhost: boolvhost: boolhas_vhostfd: boolvhostfd: *mut c_charhas_vhostfds: boolvhostfds: *mut c_charhas_vhostforce: boolvhostforce: boolhas_queues: boolqueues: u32has_poll_us: boolpoll_us: u32

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.