Struct INTERNET_PER_CONN_OPTION_LISTA
#[repr(C)]pub struct INTERNET_PER_CONN_OPTION_LISTA {
pub dwSize: u32,
pub pszConnection: PSTR,
pub dwOptionCount: u32,
pub dwOptionError: u32,
pub pOptions: *mut INTERNET_PER_CONN_OPTIONA,
}
Fields§
§dwSize: u32
§pszConnection: PSTR
§dwOptionCount: u32
§dwOptionError: u32
§pOptions: *mut INTERNET_PER_CONN_OPTIONA
Trait Implementations§
§impl Clone for INTERNET_PER_CONN_OPTION_LISTA
impl Clone for INTERNET_PER_CONN_OPTION_LISTA
§fn clone(&self) -> INTERNET_PER_CONN_OPTION_LISTA
fn clone(&self) -> INTERNET_PER_CONN_OPTION_LISTA
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 more§impl Debug for INTERNET_PER_CONN_OPTION_LISTA
impl Debug for INTERNET_PER_CONN_OPTION_LISTA
§impl Default for INTERNET_PER_CONN_OPTION_LISTA
impl Default for INTERNET_PER_CONN_OPTION_LISTA
§impl PartialEq for INTERNET_PER_CONN_OPTION_LISTA
impl PartialEq for INTERNET_PER_CONN_OPTION_LISTA
impl Copy for INTERNET_PER_CONN_OPTION_LISTA
impl StructuralPartialEq for INTERNET_PER_CONN_OPTION_LISTA
Auto Trait Implementations§
impl Freeze for INTERNET_PER_CONN_OPTION_LISTA
impl RefUnwindSafe for INTERNET_PER_CONN_OPTION_LISTA
impl !Send for INTERNET_PER_CONN_OPTION_LISTA
impl !Sync for INTERNET_PER_CONN_OPTION_LISTA
impl Unpin for INTERNET_PER_CONN_OPTION_LISTA
impl UnwindSafe for INTERNET_PER_CONN_OPTION_LISTA
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