#[repr(C)]
pub struct DNS_INTERFACE_SETTINGS3 {
Show 16 fields pub Version: u32, pub Flags: u64, pub Domain: PWSTR, pub NameServer: PWSTR, pub SearchList: PWSTR, pub RegistrationEnabled: u32, pub RegisterAdapterName: u32, pub EnableLLMNR: u32, pub QueryAdapterName: u32, pub ProfileNameServer: PWSTR, pub DisableUnconstrainedQueries: u32, pub SupplementalSearchList: PWSTR, pub cServerProperties: u32, pub ServerProperties: *mut DNS_SERVER_PROPERTY, pub cProfileServerProperties: u32, pub ProfileServerProperties: *mut DNS_SERVER_PROPERTY,
}
Expand description

Required features: "Win32_NetworkManagement_IpHelper"

Fields§

§Version: u32§Flags: u64§Domain: PWSTR§NameServer: PWSTR§SearchList: PWSTR§RegistrationEnabled: u32§RegisterAdapterName: u32§EnableLLMNR: u32§QueryAdapterName: u32§ProfileNameServer: PWSTR§DisableUnconstrainedQueries: u32§SupplementalSearchList: PWSTR§cServerProperties: u32§ServerProperties: *mut DNS_SERVER_PROPERTY§cProfileServerProperties: u32§ProfileServerProperties: *mut DNS_SERVER_PROPERTY

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.