#[repr(C)]pub struct DNS_INTERFACE_SETTINGS_EX {
pub SettingsV1: DNS_INTERFACE_SETTINGS,
pub DisableUnconstrainedQueries: u32,
pub SupplementalSearchList: PWSTR,
}
Expand description
Required features: "Win32_NetworkManagement_IpHelper"
Fields
SettingsV1: DNS_INTERFACE_SETTINGS
DisableUnconstrainedQueries: u32
SupplementalSearchList: PWSTR
Trait Implementations
impl Clone for DNS_INTERFACE_SETTINGS_EX
impl Clone for DNS_INTERFACE_SETTINGS_EX
impl Copy for DNS_INTERFACE_SETTINGS_EX
Auto Trait Implementations
impl RefUnwindSafe for DNS_INTERFACE_SETTINGS_EX
impl !Send for DNS_INTERFACE_SETTINGS_EX
impl !Sync for DNS_INTERFACE_SETTINGS_EX
impl Unpin for DNS_INTERFACE_SETTINGS_EX
impl UnwindSafe for DNS_INTERFACE_SETTINGS_EX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more