Union windows_sys::Win32::NetworkManagement::Dns::_DnsRecordOptA_1
[−]#[repr(C)]
pub union _DnsRecordOptA_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 _DnsRecordOptA_1
impl Clone for _DnsRecordOptA_1
impl Copy for _DnsRecordOptA_1
Auto Trait Implementations
impl RefUnwindSafe for _DnsRecordOptA_1
impl Send for _DnsRecordOptA_1
impl Sync for _DnsRecordOptA_1
impl Unpin for _DnsRecordOptA_1
impl UnwindSafe for _DnsRecordOptA_1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more