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: PCWSTRTrait 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 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 more§impl Default for WINHTTP_PROXY_SETTINGS_PARAM
Available on AArch64 or target_arch=arm64ec or x86-64 only.
impl Default for WINHTTP_PROXY_SETTINGS_PARAM
Available on AArch64 or
target_arch=arm64ec or x86-64 only.impl Copy 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