#[repr(C)]pub struct DNS_CONNECTION_NAME_LIST {
pub cNames: u32,
pub pNames: *mut DNS_CONNECTION_NAME,
}
Expand description
Required features: "Win32_NetworkManagement_Dns"
Fields
cNames: u32
pNames: *mut DNS_CONNECTION_NAME
Trait Implementations
impl Clone for DNS_CONNECTION_NAME_LIST
impl Clone for DNS_CONNECTION_NAME_LIST
impl Copy for DNS_CONNECTION_NAME_LIST
Auto Trait Implementations
impl RefUnwindSafe for DNS_CONNECTION_NAME_LIST
impl !Send for DNS_CONNECTION_NAME_LIST
impl !Sync for DNS_CONNECTION_NAME_LIST
impl Unpin for DNS_CONNECTION_NAME_LIST
impl UnwindSafe for DNS_CONNECTION_NAME_LIST
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