Struct windows_sys::Win32::NetworkManagement::Dns::DNS_RECORD_FLAGS
[−]#[repr(C)]pub struct DNS_RECORD_FLAGS {
pub _bitfield: u32,
}
Expand description
Required features: "Win32_NetworkManagement_Dns"
Fields
_bitfield: u32
Trait Implementations
impl Clone for DNS_RECORD_FLAGS
impl Clone for DNS_RECORD_FLAGS
impl Copy for DNS_RECORD_FLAGS
Auto Trait Implementations
impl RefUnwindSafe for DNS_RECORD_FLAGS
impl Send for DNS_RECORD_FLAGS
impl Sync for DNS_RECORD_FLAGS
impl Unpin for DNS_RECORD_FLAGS
impl UnwindSafe for DNS_RECORD_FLAGS
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