#[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
impl Clone for DNS_INTERFACE_SETTINGS3
impl Clone for DNS_INTERFACE_SETTINGS3
impl Copy for DNS_INTERFACE_SETTINGS3
Auto Trait Implementations
impl RefUnwindSafe for DNS_INTERFACE_SETTINGS3
impl !Send for DNS_INTERFACE_SETTINGS3
impl !Sync for DNS_INTERFACE_SETTINGS3
impl Unpin for DNS_INTERFACE_SETTINGS3
impl UnwindSafe for DNS_INTERFACE_SETTINGS3
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more