#[repr(C)]pub struct INTERNET_PER_CONN_OPTION_LISTW {
pub dwSize: DWORD,
pub pszConnection: LPWSTR,
pub dwOptionCount: DWORD,
pub dwOptionError: DWORD,
pub pOptions: LPINTERNET_PER_CONN_OPTIONW,
}
Fields§
§dwSize: DWORD
§pszConnection: LPWSTR
§dwOptionCount: DWORD
§dwOptionError: DWORD
§pOptions: LPINTERNET_PER_CONN_OPTIONW
Trait Implementations§
Source§impl Clone for INTERNET_PER_CONN_OPTION_LISTW
impl Clone for INTERNET_PER_CONN_OPTION_LISTW
Source§fn clone(&self) -> INTERNET_PER_CONN_OPTION_LISTW
fn clone(&self) -> INTERNET_PER_CONN_OPTION_LISTW
Returns a duplicate 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 moreSource§impl Default for INTERNET_PER_CONN_OPTION_LISTW
impl Default for INTERNET_PER_CONN_OPTION_LISTW
Source§fn default() -> INTERNET_PER_CONN_OPTION_LISTW
fn default() -> INTERNET_PER_CONN_OPTION_LISTW
Returns the “default value” for a type. Read more
impl Copy for INTERNET_PER_CONN_OPTION_LISTW
Auto Trait Implementations§
impl Freeze for INTERNET_PER_CONN_OPTION_LISTW
impl RefUnwindSafe for INTERNET_PER_CONN_OPTION_LISTW
impl !Send for INTERNET_PER_CONN_OPTION_LISTW
impl !Sync for INTERNET_PER_CONN_OPTION_LISTW
impl Unpin for INTERNET_PER_CONN_OPTION_LISTW
impl UnwindSafe for INTERNET_PER_CONN_OPTION_LISTW
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