Struct windows::Win32::NetworkManagement::IpHelper::DNS_INTERFACE_SETTINGS4
#[repr(C)]pub struct DNS_INTERFACE_SETTINGS4 {Show 17 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,
pub EncryptedDnsAdapterFlags: u32,
}
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
§EncryptedDnsAdapterFlags: u32
Trait Implementations§
§impl Clone for DNS_INTERFACE_SETTINGS4
impl Clone for DNS_INTERFACE_SETTINGS4
§fn clone(&self) -> DNS_INTERFACE_SETTINGS4
fn clone(&self) -> DNS_INTERFACE_SETTINGS4
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DNS_INTERFACE_SETTINGS4
impl Debug for DNS_INTERFACE_SETTINGS4
§impl Default for DNS_INTERFACE_SETTINGS4
impl Default for DNS_INTERFACE_SETTINGS4
§impl PartialEq for DNS_INTERFACE_SETTINGS4
impl PartialEq for DNS_INTERFACE_SETTINGS4
§fn eq(&self, other: &DNS_INTERFACE_SETTINGS4) -> bool
fn eq(&self, other: &DNS_INTERFACE_SETTINGS4) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DNS_INTERFACE_SETTINGS4
impl Eq for DNS_INTERFACE_SETTINGS4
impl StructuralPartialEq for DNS_INTERFACE_SETTINGS4
Auto Trait Implementations§
impl Freeze for DNS_INTERFACE_SETTINGS4
impl RefUnwindSafe for DNS_INTERFACE_SETTINGS4
impl !Send for DNS_INTERFACE_SETTINGS4
impl !Sync for DNS_INTERFACE_SETTINGS4
impl Unpin for DNS_INTERFACE_SETTINGS4
impl UnwindSafe for DNS_INTERFACE_SETTINGS4
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)