Struct panda_sys::NetdevUserOptions [−][src]
#[repr(C)]pub struct NetdevUserOptions {}Show fields
pub has_hostname: bool, pub hostname: *mut c_char, pub has_q_restrict: bool, pub q_restrict: bool, pub has_ipv4: bool, pub ipv4: bool, pub has_ipv6: bool, pub ipv6: bool, pub has_ip: bool, pub ip: *mut c_char, pub has_net: bool, pub net: *mut c_char, pub has_host: bool, pub host: *mut c_char, pub has_tftp: bool, pub tftp: *mut c_char, pub has_bootfile: bool, pub bootfile: *mut c_char, pub has_dhcpstart: bool, pub dhcpstart: *mut c_char, pub has_dns: bool, pub dns: *mut c_char, pub has_dnssearch: bool, pub dnssearch: *mut StringList, pub has_ipv6_prefix: bool, pub ipv6_prefix: *mut c_char, pub has_ipv6_prefixlen: bool, pub ipv6_prefixlen: i64, pub has_ipv6_host: bool, pub ipv6_host: *mut c_char, pub has_ipv6_dns: bool, pub ipv6_dns: *mut c_char, pub has_smb: bool, pub smb: *mut c_char, pub has_smbserver: bool, pub smbserver: *mut c_char, pub has_hostfwd: bool, pub hostfwd: *mut StringList, pub has_guestfwd: bool, pub guestfwd: *mut StringList,
Fields
has_hostname: boolhostname: *mut c_charhas_q_restrict: boolq_restrict: boolhas_ipv4: boolipv4: boolhas_ipv6: boolipv6: boolhas_ip: boolip: *mut c_charhas_net: boolnet: *mut c_charhas_host: boolhost: *mut c_charhas_tftp: booltftp: *mut c_charhas_bootfile: boolbootfile: *mut c_charhas_dhcpstart: booldhcpstart: *mut c_charhas_dns: booldns: *mut c_charhas_dnssearch: booldnssearch: *mut StringListhas_ipv6_prefix: boolipv6_prefix: *mut c_charhas_ipv6_prefixlen: boolipv6_prefixlen: i64has_ipv6_host: boolipv6_host: *mut c_charhas_ipv6_dns: boolipv6_dns: *mut c_charhas_smb: boolsmb: *mut c_charhas_smbserver: boolsmbserver: *mut c_charhas_hostfwd: boolhostfwd: *mut StringListhas_guestfwd: boolguestfwd: *mut StringListTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NetdevUserOptionsimpl !Send for NetdevUserOptionsimpl !Sync for NetdevUserOptionsimpl Unpin for NetdevUserOptionsimpl UnwindSafe for NetdevUserOptionsBlanket Implementations
Mutably borrows from an owned value. Read more