Struct windows_sys::Win32::NetworkManagement::Dns::DNS_NULL_DATA
[−]Expand description
Required features: "Win32_NetworkManagement_Dns"
Fields
dwByteCount: u32
Data: [u8; 1]
Trait Implementations
impl Clone for DNS_NULL_DATA
impl Clone for DNS_NULL_DATA
impl Copy for DNS_NULL_DATA
Auto Trait Implementations
impl RefUnwindSafe for DNS_NULL_DATA
impl Send for DNS_NULL_DATA
impl Sync for DNS_NULL_DATA
impl Unpin for DNS_NULL_DATA
impl UnwindSafe for DNS_NULL_DATA
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