#[repr(C)]
pub struct RASCON_IPUI {
Show 15 fields pub guidConnection: GUID, pub fIPv6Cfg: BOOL, pub dwFlags: u32, pub pszwIpAddr: [u16; 16], pub pszwDnsAddr: [u16; 16], pub pszwDns2Addr: [u16; 16], pub pszwWinsAddr: [u16; 16], pub pszwWins2Addr: [u16; 16], pub pszwDnsSuffix: [u16; 256], pub pszwIpv6Addr: [u16; 65], pub dwIpv6PrefixLength: u32, pub pszwIpv6DnsAddr: [u16; 65], pub pszwIpv6Dns2Addr: [u16; 65], pub dwIPv4InfMetric: u32, pub dwIPv6InfMetric: u32,
}
Expand description

Required features: "Win32_NetworkManagement_NetManagement", "Win32_Foundation"

Fields

guidConnection: GUIDfIPv6Cfg: BOOLdwFlags: u32pszwIpAddr: [u16; 16]pszwDnsAddr: [u16; 16]pszwDns2Addr: [u16; 16]pszwWinsAddr: [u16; 16]pszwWins2Addr: [u16; 16]pszwDnsSuffix: [u16; 256]pszwIpv6Addr: [u16; 65]dwIpv6PrefixLength: u32pszwIpv6DnsAddr: [u16; 65]pszwIpv6Dns2Addr: [u16; 65]dwIPv4InfMetric: u32dwIPv6InfMetric: u32

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.