Expand description
Required features: "Win32_NetworkManagement_Dns"
, "Win32_Foundation"
Fields
MaxSa: [CHAR; 32]
Trait Implementations
impl Clone for DNS_CUSTOM_SERVER_1
impl Clone for DNS_CUSTOM_SERVER_1
impl Copy for DNS_CUSTOM_SERVER_1
Auto Trait Implementations
impl RefUnwindSafe for DNS_CUSTOM_SERVER_1
impl Send for DNS_CUSTOM_SERVER_1
impl Sync for DNS_CUSTOM_SERVER_1
impl Unpin for DNS_CUSTOM_SERVER_1
impl UnwindSafe for DNS_CUSTOM_SERVER_1
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