Struct DNS_SETTINGS2
#[repr(C)]pub struct DNS_SETTINGS2 {
pub Version: u32,
pub Flags: u64,
pub Hostname: PWSTR,
pub Domain: PWSTR,
pub SearchList: PWSTR,
pub SettingFlags: u64,
}
Fields§
§Version: u32
§Flags: u64
§Hostname: PWSTR
§Domain: PWSTR
§SearchList: PWSTR
§SettingFlags: u64
Trait Implementations§
§impl Clone for DNS_SETTINGS2
impl Clone for DNS_SETTINGS2
§fn clone(&self) -> DNS_SETTINGS2
fn clone(&self) -> DNS_SETTINGS2
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 moreimpl Copy for DNS_SETTINGS2
Auto Trait Implementations§
impl Freeze for DNS_SETTINGS2
impl RefUnwindSafe for DNS_SETTINGS2
impl !Send for DNS_SETTINGS2
impl !Sync for DNS_SETTINGS2
impl Unpin for DNS_SETTINGS2
impl UnwindSafe for DNS_SETTINGS2
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