#[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_Foundation"
Fields§
§lpcwszHostName: PCWSTR§fProxy: BOOL§dwCounter: u32§dwConnectionLimit: u32§dwAvailableCreates: u32§dwAvailableKeepAlives: u32§dwActiveConnections: u32§dwWaiters: 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§
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