#[repr(C)]pub struct DNS_SERVER_PROPERTY {
pub Version: u32,
pub ServerIndex: u32,
pub Type: DNS_SERVER_PROPERTY_TYPE,
pub Property: DNS_SERVER_PROPERTY_TYPES,
}
Expand description
Required features: "Win32_NetworkManagement_IpHelper"
Fields
Version: u32
ServerIndex: u32
Type: DNS_SERVER_PROPERTY_TYPE
Property: DNS_SERVER_PROPERTY_TYPES
Trait Implementations
impl Clone for DNS_SERVER_PROPERTY
impl Clone for DNS_SERVER_PROPERTY
impl Copy for DNS_SERVER_PROPERTY
Auto Trait Implementations
impl RefUnwindSafe for DNS_SERVER_PROPERTY
impl !Send for DNS_SERVER_PROPERTY
impl !Sync for DNS_SERVER_PROPERTY
impl Unpin for DNS_SERVER_PROPERTY
impl UnwindSafe for DNS_SERVER_PROPERTY
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