Struct windows_sys::Win32::NetworkManagement::Dns::_DnsRecordOptW
[−]#[repr(C)]pub struct _DnsRecordOptW {
pub pNext: *mut DNS_RECORDW,
pub pName: PWSTR,
pub wType: u16,
pub wDataLength: u16,
pub Flags: _DnsRecordOptW_1,
pub ExtHeader: DNS_HEADER_EXT,
pub wPayloadSize: u16,
pub wReserved: u16,
pub Data: _DnsRecordOptW_0,
}
Expand description
Required features: "Win32_NetworkManagement_Dns"
, "Win32_Foundation"
Fields
pNext: *mut DNS_RECORDW
pName: PWSTR
wType: u16
wDataLength: u16
Flags: _DnsRecordOptW_1
ExtHeader: DNS_HEADER_EXT
wPayloadSize: u16
wReserved: u16
Data: _DnsRecordOptW_0
Trait Implementations
impl Clone for _DnsRecordOptW
impl Clone for _DnsRecordOptW
impl Copy for _DnsRecordOptW
Auto Trait Implementations
impl RefUnwindSafe for _DnsRecordOptW
impl !Send for _DnsRecordOptW
impl !Sync for _DnsRecordOptW
impl Unpin for _DnsRecordOptW
impl UnwindSafe for _DnsRecordOptW
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