#[repr(C)]pub struct INTERNET_PER_CONN_OPTIONW {
pub dwOption: INTERNET_PER_CONN,
pub Value: INTERNET_PER_CONN_OPTIONW_0,
}
Expand description
Required features: "Win32_Networking_WinInet"
, "Win32_Foundation"
Fields
dwOption: INTERNET_PER_CONN
Value: INTERNET_PER_CONN_OPTIONW_0
Trait Implementations
impl Clone for INTERNET_PER_CONN_OPTIONW
impl Clone for INTERNET_PER_CONN_OPTIONW
impl Copy for INTERNET_PER_CONN_OPTIONW
Auto Trait Implementations
impl RefUnwindSafe for INTERNET_PER_CONN_OPTIONW
impl !Send for INTERNET_PER_CONN_OPTIONW
impl !Sync for INTERNET_PER_CONN_OPTIONW
impl Unpin for INTERNET_PER_CONN_OPTIONW
impl UnwindSafe for INTERNET_PER_CONN_OPTIONW
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