#[repr(C)]pub struct DNS_INTERFACE_SETTINGS {
pub Version: ULONG,
pub Flags: ULONG64,
pub Domain: PWSTR,
pub NameServer: PWSTR,
pub SearchList: PWSTR,
pub RegistrationEnabled: ULONG,
pub RegisterAdapterName: ULONG,
pub EnableLLMNR: ULONG,
pub QueryAdapterName: ULONG,
pub ProfileNameServer: PWSTR,
}
Fields§
§Version: ULONG
§Flags: ULONG64
§Domain: PWSTR
§NameServer: PWSTR
§SearchList: PWSTR
§RegistrationEnabled: ULONG
§RegisterAdapterName: ULONG
§EnableLLMNR: ULONG
§QueryAdapterName: ULONG
§ProfileNameServer: PWSTR
Trait Implementations§
Source§impl Clone for DNS_INTERFACE_SETTINGS
impl Clone for DNS_INTERFACE_SETTINGS
Source§fn clone(&self) -> DNS_INTERFACE_SETTINGS
fn clone(&self) -> DNS_INTERFACE_SETTINGS
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 moreSource§impl Default for DNS_INTERFACE_SETTINGS
impl Default for DNS_INTERFACE_SETTINGS
Source§fn default() -> DNS_INTERFACE_SETTINGS
fn default() -> DNS_INTERFACE_SETTINGS
Returns the “default value” for a type. Read more
impl Copy for DNS_INTERFACE_SETTINGS
Auto Trait Implementations§
impl Freeze for DNS_INTERFACE_SETTINGS
impl RefUnwindSafe for DNS_INTERFACE_SETTINGS
impl !Send for DNS_INTERFACE_SETTINGS
impl !Sync for DNS_INTERFACE_SETTINGS
impl Unpin for DNS_INTERFACE_SETTINGS
impl UnwindSafe for DNS_INTERFACE_SETTINGS
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