Struct windows::Win32::Networking::WinInet::INTERNET_PER_CONN_OPTION_LISTW
#[repr(C)]pub struct INTERNET_PER_CONN_OPTION_LISTW {
pub dwSize: u32,
pub pszConnection: PWSTR,
pub dwOptionCount: u32,
pub dwOptionError: u32,
pub pOptions: *mut INTERNET_PER_CONN_OPTIONW,
}
Fields§
§dwSize: u32
§pszConnection: PWSTR
§dwOptionCount: u32
§dwOptionError: u32
§pOptions: *mut INTERNET_PER_CONN_OPTIONW
Trait Implementations§
§impl Clone for INTERNET_PER_CONN_OPTION_LISTW
impl Clone for INTERNET_PER_CONN_OPTION_LISTW
§fn clone(&self) -> INTERNET_PER_CONN_OPTION_LISTW
fn clone(&self) -> INTERNET_PER_CONN_OPTION_LISTW
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_LISTW
impl Debug for INTERNET_PER_CONN_OPTION_LISTW
§impl Default for INTERNET_PER_CONN_OPTION_LISTW
impl Default for INTERNET_PER_CONN_OPTION_LISTW
§impl PartialEq for INTERNET_PER_CONN_OPTION_LISTW
impl PartialEq for INTERNET_PER_CONN_OPTION_LISTW
§fn eq(&self, other: &INTERNET_PER_CONN_OPTION_LISTW) -> bool
fn eq(&self, other: &INTERNET_PER_CONN_OPTION_LISTW) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for INTERNET_PER_CONN_OPTION_LISTW
impl Eq for INTERNET_PER_CONN_OPTION_LISTW
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)