#[repr(C)]pub struct INTERNET_SERVER_CONNECTION_STATE {
pub lpcwszHostName: PCWSTR,
pub fProxy: BOOL,
pub dwCounter: u32,
pub dwConnectionLimit: u32,
pub dwAvailableCreates: u32,
pub dwAvailableKeepAlives: u32,
pub dwActiveConnections: u32,
pub dwWaiters: u32,
}Expand description
Required features: "Win32_Networking_WinInet", "Win32_Foundation"
Fields
lpcwszHostName: PCWSTRfProxy: BOOLdwCounter: u32dwConnectionLimit: u32dwAvailableCreates: u32dwAvailableKeepAlives: u32dwActiveConnections: u32dwWaiters: u32Trait Implementations
impl Clone for INTERNET_SERVER_CONNECTION_STATE
impl Clone for INTERNET_SERVER_CONNECTION_STATE
impl Copy for INTERNET_SERVER_CONNECTION_STATE
Auto Trait Implementations
impl RefUnwindSafe for INTERNET_SERVER_CONNECTION_STATE
impl !Send for INTERNET_SERVER_CONNECTION_STATE
impl !Sync for INTERNET_SERVER_CONNECTION_STATE
impl Unpin for INTERNET_SERVER_CONNECTION_STATE
impl UnwindSafe for INTERNET_SERVER_CONNECTION_STATE
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