Struct _DnsRecordOptA
#[repr(C)]pub struct _DnsRecordOptA {
pub pNext: *mut DNS_RECORDA,
pub pName: PSTR,
pub wType: u16,
pub wDataLength: u16,
pub Flags: _DnsRecordOptA_0,
pub ExtHeader: DNS_HEADER_EXT,
pub wPayloadSize: u16,
pub wReserved: u16,
pub Data: _DnsRecordOptA_1,
}Fields§
§pNext: *mut DNS_RECORDA§pName: PSTR§wType: u16§wDataLength: u16§Flags: _DnsRecordOptA_0§ExtHeader: DNS_HEADER_EXT§wPayloadSize: u16§wReserved: u16§Data: _DnsRecordOptA_1Trait 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 more§impl Default for _DnsRecordOptA
impl Default for _DnsRecordOptA
impl 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