Struct windows_sys::Win32::NetworkManagement::Dns::DNS_ADDR_ARRAY
#[repr(C, packed(1))]pub struct DNS_ADDR_ARRAY {
pub MaxCount: u32,
pub AddrCount: u32,
pub Tag: u32,
pub Family: u16,
pub WordReserved: u16,
pub Flags: u32,
pub MatchFlag: u32,
pub Reserved1: u32,
pub Reserved2: u32,
pub AddrArray: [DNS_ADDR; 1],
}
Fields§
§MaxCount: u32
§AddrCount: u32
§Tag: u32
§Family: u16
§WordReserved: u16
§Flags: u32
§MatchFlag: u32
§Reserved1: u32
§Reserved2: u32
§AddrArray: [DNS_ADDR; 1]
Trait Implementations§
§impl Clone for DNS_ADDR_ARRAY
impl Clone for DNS_ADDR_ARRAY
§fn clone(&self) -> DNS_ADDR_ARRAY
fn clone(&self) -> DNS_ADDR_ARRAY
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_ADDR_ARRAY
Auto Trait Implementations§
impl Freeze for DNS_ADDR_ARRAY
impl RefUnwindSafe for DNS_ADDR_ARRAY
impl Send for DNS_ADDR_ARRAY
impl Sync for DNS_ADDR_ARRAY
impl Unpin for DNS_ADDR_ARRAY
impl UnwindSafe for DNS_ADDR_ARRAY
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
)