Struct DNS_QUERY_RAW_RESULT
#[repr(C)]pub struct DNS_QUERY_RAW_RESULT {
pub version: u32,
pub queryStatus: i32,
pub queryOptions: u64,
pub queryRawOptions: u64,
pub responseFlags: u64,
pub queryRawResponseSize: u32,
pub queryRawResponse: *mut u8,
pub queryRecords: *mut DNS_RECORDA,
pub protocol: u32,
pub Anonymous: DNS_QUERY_RAW_RESULT_0,
}Fields§
§version: u32§queryStatus: i32§queryOptions: u64§queryRawOptions: u64§responseFlags: u64§queryRawResponseSize: u32§queryRawResponse: *mut u8§queryRecords: *mut DNS_RECORDA§protocol: u32§Anonymous: DNS_QUERY_RAW_RESULT_0Trait Implementations§
§impl Clone for DNS_QUERY_RAW_RESULT
impl Clone for DNS_QUERY_RAW_RESULT
§fn clone(&self) -> DNS_QUERY_RAW_RESULT
fn clone(&self) -> DNS_QUERY_RAW_RESULT
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 Default for DNS_QUERY_RAW_RESULT
impl Default for DNS_QUERY_RAW_RESULT
impl Copy for DNS_QUERY_RAW_RESULT
Auto Trait Implementations§
impl Freeze for DNS_QUERY_RAW_RESULT
impl RefUnwindSafe for DNS_QUERY_RAW_RESULT
impl !Send for DNS_QUERY_RAW_RESULT
impl !Sync for DNS_QUERY_RAW_RESULT
impl Unpin for DNS_QUERY_RAW_RESULT
impl UnwindSafe for DNS_QUERY_RAW_RESULT
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