Struct windows_sys::Win32::NetworkManagement::Dns::DNS_NSEC_DATAA
[−]#[repr(C)]pub struct DNS_NSEC_DATAA {
pub pNextDomainName: PSTR,
pub wTypeBitMapsLength: u16,
pub wPad: u16,
pub TypeBitMaps: [u8; 1],
}
Expand description
Required features: "Win32_NetworkManagement_Dns"
Fields
pNextDomainName: PSTR
wTypeBitMapsLength: u16
wPad: u16
TypeBitMaps: [u8; 1]
Trait Implementations
impl Clone for DNS_NSEC_DATAA
impl Clone for DNS_NSEC_DATAA
impl Copy for DNS_NSEC_DATAA
Auto Trait Implementations
impl RefUnwindSafe for DNS_NSEC_DATAA
impl !Send for DNS_NSEC_DATAA
impl !Sync for DNS_NSEC_DATAA
impl Unpin for DNS_NSEC_DATAA
impl UnwindSafe for DNS_NSEC_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