Union windows_sys::Win32::NetworkManagement::Dns::_DnsRecordOptA_0
[−]#[repr(C)]
pub union _DnsRecordOptA_0 {
pub OPT: DNS_OPT_DATA,
pub Opt: DNS_OPT_DATA,
}
Expand description
Required features: ‘Win32_NetworkManagement_Dns’, ‘Win32_Foundation’
Fields
OPT: DNS_OPT_DATA
Opt: DNS_OPT_DATA
Trait Implementations
impl Clone for _DnsRecordOptA_0
impl Clone for _DnsRecordOptA_0
impl Copy for _DnsRecordOptA_0
Auto Trait Implementations
impl RefUnwindSafe for _DnsRecordOptA_0
impl Send for _DnsRecordOptA_0
impl Sync for _DnsRecordOptA_0
impl Unpin for _DnsRecordOptA_0
impl UnwindSafe for _DnsRecordOptA_0
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