Struct windows_sys::Win32::NetworkManagement::Dns::DNS_QUERY_CANCEL
[−]Expand description
Required features: "Win32_NetworkManagement_Dns"
, "Win32_Foundation"
Fields
Reserved: [CHAR; 32]
Trait Implementations
impl Clone for DNS_QUERY_CANCEL
impl Clone for DNS_QUERY_CANCEL
impl Copy for DNS_QUERY_CANCEL
Auto Trait Implementations
impl RefUnwindSafe for DNS_QUERY_CANCEL
impl Send for DNS_QUERY_CANCEL
impl Sync for DNS_QUERY_CANCEL
impl Unpin for DNS_QUERY_CANCEL
impl UnwindSafe for DNS_QUERY_CANCEL
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more