Struct windows_sys::Win32::NetworkManagement::Dns::DNS_CONNECTION_NAME_LIST
#[repr(C)]pub struct DNS_CONNECTION_NAME_LIST {
pub cNames: u32,
pub pNames: *mut DNS_CONNECTION_NAME,
}
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more