Struct panda_sys::NetdevUserOptions[][src]

#[repr(C)]
pub struct NetdevUserOptions {
Show 40 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 StringList

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.