Struct windows_sys::Win32::NetworkManagement::Dns::_DnsRecordOptA
#[repr(C)]pub struct _DnsRecordOptA {
pub pNext: *mut DNS_RECORDA,
pub pName: PSTR,
pub wType: u16,
pub wDataLength: u16,
pub Flags: _DnsRecordOptA_1,
pub ExtHeader: DNS_HEADER_EXT,
pub wPayloadSize: u16,
pub wReserved: u16,
pub Data: _DnsRecordOptA_0,
}
Fields§
§pNext: *mut DNS_RECORDA
§pName: PSTR
§wType: u16
§wDataLength: u16
§Flags: _DnsRecordOptA_1
§ExtHeader: DNS_HEADER_EXT
§wPayloadSize: u16
§wReserved: u16
§Data: _DnsRecordOptA_0
Trait Implementations§
§impl Clone for _DnsRecordOptA
impl Clone for _DnsRecordOptA
§fn clone(&self) -> _DnsRecordOptA
fn clone(&self) -> _DnsRecordOptA
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for _DnsRecordOptA
Auto Trait Implementations§
impl Freeze for _DnsRecordOptA
impl RefUnwindSafe for _DnsRecordOptA
impl !Send for _DnsRecordOptA
impl !Sync for _DnsRecordOptA
impl Unpin for _DnsRecordOptA
impl UnwindSafe for _DnsRecordOptA
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)