#[repr(C)]
pub struct FIXED_INFO_W2KSP1 { pub HostName: [CHAR; 132], pub DomainName: [CHAR; 132], pub CurrentDnsServer: *mut IP_ADDR_STRING, pub DnsServerList: IP_ADDR_STRING, pub NodeType: u32, pub ScopeId: [CHAR; 260], pub EnableRouting: u32, pub EnableProxy: u32, pub EnableDns: u32, }
Expand description

Required features: "Win32_NetworkManagement_IpHelper", "Win32_Foundation"

Fields§

§HostName: [CHAR; 132]§DomainName: [CHAR; 132]§CurrentDnsServer: *mut IP_ADDR_STRING§DnsServerList: IP_ADDR_STRING§NodeType: u32§ScopeId: [CHAR; 260]§EnableRouting: u32§EnableProxy: u32§EnableDns: 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.