Struct DNS_QUERY_REQUEST
#[repr(C)]pub struct DNS_QUERY_REQUEST {
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,
}Fields§
§Version: u32§QueryName: PCWSTR§QueryType: u16§QueryOptions: u64§pDnsServerList: *mut DNS_ADDR_ARRAY§InterfaceIndex: u32§pQueryCompletionCallback: PDNS_QUERY_COMPLETION_ROUTINE§pQueryContext: *mut c_voidTrait Implementations§
§impl Clone for DNS_QUERY_REQUEST
impl Clone for DNS_QUERY_REQUEST
§fn clone(&self) -> DNS_QUERY_REQUEST
fn clone(&self) -> DNS_QUERY_REQUEST
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_REQUEST
impl Debug for DNS_QUERY_REQUEST
§impl Default for DNS_QUERY_REQUEST
impl Default for DNS_QUERY_REQUEST
§impl PartialEq for DNS_QUERY_REQUEST
impl PartialEq for DNS_QUERY_REQUEST
impl Copy for DNS_QUERY_REQUEST
impl StructuralPartialEq for DNS_QUERY_REQUEST
Auto Trait Implementations§
impl Freeze for DNS_QUERY_REQUEST
impl RefUnwindSafe for DNS_QUERY_REQUEST
impl !Send for DNS_QUERY_REQUEST
impl !Sync for DNS_QUERY_REQUEST
impl Unpin for DNS_QUERY_REQUEST
impl UnwindSafe for DNS_QUERY_REQUEST
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