Struct windows::Win32::NetworkManagement::Dns::DNS_QUERY_REQUEST3
#[repr(C)]pub struct DNS_QUERY_REQUEST3 {
pub Version: u32,
pub QueryName: PCWSTR,
pub QueryType: u16,
pub QueryOptions: u64,
pub pDnsServerList: *mut DNS_ADDR_ARRAY,
pub InterfaceIndex: u32,
pub pQueryCompletionCallback: PDNS_QUERY_COMPLETION_ROUTINE,
pub pQueryContext: *mut c_void,
pub IsNetworkQueryRequired: BOOL,
pub RequiredNetworkIndex: u32,
pub cCustomServers: u32,
pub pCustomServers: *mut DNS_CUSTOM_SERVER,
}
Fields§
§Version: u32
§QueryName: PCWSTR
§QueryType: u16
§QueryOptions: u64
§pDnsServerList: *mut DNS_ADDR_ARRAY
§InterfaceIndex: u32
§pQueryCompletionCallback: PDNS_QUERY_COMPLETION_ROUTINE
§pQueryContext: *mut c_void
§IsNetworkQueryRequired: BOOL
§RequiredNetworkIndex: u32
§cCustomServers: u32
§pCustomServers: *mut DNS_CUSTOM_SERVER
Trait Implementations§
§impl Clone for DNS_QUERY_REQUEST3
impl Clone for DNS_QUERY_REQUEST3
§fn clone(&self) -> DNS_QUERY_REQUEST3
fn clone(&self) -> DNS_QUERY_REQUEST3
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_QUERY_REQUEST3
impl Debug for DNS_QUERY_REQUEST3
§impl Default for DNS_QUERY_REQUEST3
impl Default for DNS_QUERY_REQUEST3
impl Copy for DNS_QUERY_REQUEST3
Auto Trait Implementations§
impl Freeze for DNS_QUERY_REQUEST3
impl RefUnwindSafe for DNS_QUERY_REQUEST3
impl !Send for DNS_QUERY_REQUEST3
impl !Sync for DNS_QUERY_REQUEST3
impl Unpin for DNS_QUERY_REQUEST3
impl UnwindSafe for DNS_QUERY_REQUEST3
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
)