Union windows_sys::Win32::NetworkManagement::Dns::_DnsRecordOptW_1
[−]#[repr(C)]
pub union _DnsRecordOptW_1 {
pub DW: u32,
pub S: DNS_RECORD_FLAGS,
}
Expand description
Required features: "Win32_NetworkManagement_Dns"
, "Win32_Foundation"
Fields
DW: u32
S: DNS_RECORD_FLAGS
Trait Implementations
impl Clone for _DnsRecordOptW_1
impl Clone for _DnsRecordOptW_1
impl Copy for _DnsRecordOptW_1
Auto Trait Implementations
impl RefUnwindSafe for _DnsRecordOptW_1
impl Send for _DnsRecordOptW_1
impl Sync for _DnsRecordOptW_1
impl Unpin for _DnsRecordOptW_1
impl UnwindSafe for _DnsRecordOptW_1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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