Struct windows_sys::Win32::NetworkManagement::Dns::DNS_RECORDA
#[repr(C)]pub struct DNS_RECORDA {
pub pNext: *mut DNS_RECORDA,
pub pName: PSTR,
pub wType: u16,
pub wDataLength: u16,
pub Flags: DNS_RECORDA_1,
pub dwTtl: u32,
pub dwReserved: u32,
pub Data: DNS_RECORDA_0,
}
Fields§
§pNext: *mut DNS_RECORDA
§pName: PSTR
§wType: u16
§wDataLength: u16
§Flags: DNS_RECORDA_1
§dwTtl: u32
§dwReserved: u32
§Data: DNS_RECORDA_0
Trait Implementations§
§impl Clone for DNS_RECORDA
impl Clone for DNS_RECORDA
§fn clone(&self) -> DNS_RECORDA
fn clone(&self) -> DNS_RECORDA
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 DNS_RECORDA
Auto Trait Implementations§
impl Freeze for DNS_RECORDA
impl RefUnwindSafe for DNS_RECORDA
impl !Send for DNS_RECORDA
impl !Sync for DNS_RECORDA
impl Unpin for DNS_RECORDA
impl UnwindSafe for DNS_RECORDA
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
)