Struct windows_sys::Win32::NetworkManagement::Dns::DNS_SERVICE_CANCEL
[−]Expand description
Required features: "Win32_NetworkManagement_Dns"
Fields
reserved: *mut c_void
Trait Implementations
impl Clone for DNS_SERVICE_CANCEL
impl Clone for DNS_SERVICE_CANCEL
impl Copy for DNS_SERVICE_CANCEL
Auto Trait Implementations
impl RefUnwindSafe for DNS_SERVICE_CANCEL
impl !Send for DNS_SERVICE_CANCEL
impl !Sync for DNS_SERVICE_CANCEL
impl Unpin for DNS_SERVICE_CANCEL
impl UnwindSafe for DNS_SERVICE_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