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