#[repr(C)]
pub union DNS_CUSTOM_SERVER_0 {
pub pwszTemplate: PWSTR,
}
Expand description
Required features: "Win32_NetworkManagement_Dns"
, "Win32_Foundation"
Fields
pwszTemplate: PWSTR
Trait Implementations
impl Clone for DNS_CUSTOM_SERVER_0
impl Clone for DNS_CUSTOM_SERVER_0
impl Copy for DNS_CUSTOM_SERVER_0
Auto Trait Implementations
impl RefUnwindSafe for DNS_CUSTOM_SERVER_0
impl !Send for DNS_CUSTOM_SERVER_0
impl !Sync for DNS_CUSTOM_SERVER_0
impl Unpin for DNS_CUSTOM_SERVER_0
impl UnwindSafe for DNS_CUSTOM_SERVER_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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