Struct WINHTTP_PROXY_SETTINGS_PARAM
#[repr(C)]pub struct WINHTTP_PROXY_SETTINGS_PARAM {
pub ullFlags: u64,
pub pcwszConnectionName: PCWSTR,
pub pcwszProbeHost: PCWSTR,
}
Fields§
§ullFlags: u64
§pcwszConnectionName: PCWSTR
§pcwszProbeHost: PCWSTR
Trait Implementations§
§impl Clone for WINHTTP_PROXY_SETTINGS_PARAM
impl Clone for WINHTTP_PROXY_SETTINGS_PARAM
§fn clone(&self) -> WINHTTP_PROXY_SETTINGS_PARAM
fn clone(&self) -> WINHTTP_PROXY_SETTINGS_PARAM
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 WINHTTP_PROXY_SETTINGS_PARAM
impl Debug for WINHTTP_PROXY_SETTINGS_PARAM
§impl Default for WINHTTP_PROXY_SETTINGS_PARAM
impl Default for WINHTTP_PROXY_SETTINGS_PARAM
§impl PartialEq for WINHTTP_PROXY_SETTINGS_PARAM
impl PartialEq for WINHTTP_PROXY_SETTINGS_PARAM
impl Copy for WINHTTP_PROXY_SETTINGS_PARAM
impl StructuralPartialEq for WINHTTP_PROXY_SETTINGS_PARAM
Auto Trait Implementations§
impl Freeze for WINHTTP_PROXY_SETTINGS_PARAM
impl RefUnwindSafe for WINHTTP_PROXY_SETTINGS_PARAM
impl !Send for WINHTTP_PROXY_SETTINGS_PARAM
impl !Sync for WINHTTP_PROXY_SETTINGS_PARAM
impl Unpin for WINHTTP_PROXY_SETTINGS_PARAM
impl UnwindSafe for WINHTTP_PROXY_SETTINGS_PARAM
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