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