Struct windows_sys::Win32::NetworkManagement::Dns::DNS_MINFO_DATAA
[−]Expand description
Required features: "Win32_NetworkManagement_Dns"
Fields
pNameMailbox: PSTR
pNameErrorsMailbox: PSTR
Trait Implementations
impl Clone for DNS_MINFO_DATAA
impl Clone for DNS_MINFO_DATAA
impl Copy for DNS_MINFO_DATAA
Auto Trait Implementations
impl RefUnwindSafe for DNS_MINFO_DATAA
impl !Send for DNS_MINFO_DATAA
impl !Sync for DNS_MINFO_DATAA
impl Unpin for DNS_MINFO_DATAA
impl UnwindSafe for DNS_MINFO_DATAA
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