Struct INTERNET_PER_CONN_OPTIONW
#[repr(C)]pub struct INTERNET_PER_CONN_OPTIONW {
pub dwOption: INTERNET_PER_CONN,
pub Value: INTERNET_PER_CONN_OPTIONW_0,
}
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
§fn clone(&self) -> INTERNET_PER_CONN_OPTIONW
fn clone(&self) -> INTERNET_PER_CONN_OPTIONW
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for INTERNET_PER_CONN_OPTIONW
Auto Trait Implementations§
impl Freeze for INTERNET_PER_CONN_OPTIONW
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§
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