Struct windows_sys::Win32::NetworkManagement::Dns::DNS_CONNECTION_NAME
[−]Expand description
Required features: "Win32_NetworkManagement_Dns"
Fields
wszName: [u16; 65]
Trait Implementations
impl Clone for DNS_CONNECTION_NAME
impl Clone for DNS_CONNECTION_NAME
impl Copy for DNS_CONNECTION_NAME
Auto Trait Implementations
impl RefUnwindSafe for DNS_CONNECTION_NAME
impl Send for DNS_CONNECTION_NAME
impl Sync for DNS_CONNECTION_NAME
impl Unpin for DNS_CONNECTION_NAME
impl UnwindSafe for DNS_CONNECTION_NAME
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