Struct windows_sys::Win32::NetworkManagement::Dns::DNS_QUERY_CANCEL
#[repr(C)]pub struct DNS_QUERY_CANCEL {
pub Reserved: [u8; 32],
}
Fields§
§Reserved: [u8; 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§
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