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: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NetdevTapOptionsimpl !Send for NetdevTapOptionsimpl !Sync for NetdevTapOptionsimpl Unpin for NetdevTapOptionsimpl UnwindSafe for NetdevTapOptionsBlanket Implementations
Mutably borrows from an owned value. Read more