Struct windows_sys::Win32::NetworkManagement::Dns::DNS_NXT_DATAA
[−]#[repr(C)]pub struct DNS_NXT_DATAA {
pub pNameNext: PSTR,
pub wNumTypes: u16,
pub wTypes: [u16; 1],
}
Expand description
Required features: "Win32_NetworkManagement_Dns"
Fields
pNameNext: PSTR
wNumTypes: u16
wTypes: [u16; 1]
Trait Implementations
impl Clone for DNS_NXT_DATAA
impl Clone for DNS_NXT_DATAA
impl Copy for DNS_NXT_DATAA
Auto Trait Implementations
impl RefUnwindSafe for DNS_NXT_DATAA
impl !Send for DNS_NXT_DATAA
impl !Sync for DNS_NXT_DATAA
impl Unpin for DNS_NXT_DATAA
impl UnwindSafe for DNS_NXT_DATAA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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