Struct windows_sys::Win32::NetworkManagement::Dns::DNS_SERVICE_CANCEL
#[repr(C)]pub struct DNS_SERVICE_CANCEL {
pub reserved: *mut c_void,
}
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§
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