Union windows_sys::Win32::NetworkManagement::Dns::DNS_RECORDW_1
[−]#[repr(C)]
pub union DNS_RECORDW_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 DNS_RECORDW_1
impl Clone for DNS_RECORDW_1
impl Copy for DNS_RECORDW_1
Auto Trait Implementations
impl RefUnwindSafe for DNS_RECORDW_1
impl Send for DNS_RECORDW_1
impl Sync for DNS_RECORDW_1
impl Unpin for DNS_RECORDW_1
impl UnwindSafe for DNS_RECORDW_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