Struct windows_sys::Win32::NetworkManagement::Dns::DNS_ADDR
[−]#[repr(C)]pub struct DNS_ADDR {
pub MaxSa: [CHAR; 32],
pub Data: DNS_ADDR_0,
}
Expand description
Required features: "Win32_NetworkManagement_Dns"
, "Win32_Foundation"
Fields
MaxSa: [CHAR; 32]
Data: DNS_ADDR_0
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DNS_ADDR
impl Send for DNS_ADDR
impl Sync for DNS_ADDR
impl Unpin for DNS_ADDR
impl UnwindSafe for DNS_ADDR
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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