#[repr(C)]pub struct WINHTTP_PROXY_RESULT_ENTRY {
pub fProxy: BOOL,
pub fBypass: BOOL,
pub ProxyScheme: INTERNET_SCHEME,
pub pwszProxy: PWSTR,
pub ProxyPort: INTERNET_PORT,
}
Fields§
§fProxy: BOOL
§fBypass: BOOL
§ProxyScheme: INTERNET_SCHEME
§pwszProxy: PWSTR
§ProxyPort: INTERNET_PORT
Trait Implementations§
Source§impl Clone for WINHTTP_PROXY_RESULT_ENTRY
impl Clone for WINHTTP_PROXY_RESULT_ENTRY
Source§fn clone(&self) -> WINHTTP_PROXY_RESULT_ENTRY
fn clone(&self) -> WINHTTP_PROXY_RESULT_ENTRY
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 WINHTTP_PROXY_RESULT_ENTRY
impl Default for WINHTTP_PROXY_RESULT_ENTRY
Source§fn default() -> WINHTTP_PROXY_RESULT_ENTRY
fn default() -> WINHTTP_PROXY_RESULT_ENTRY
Returns the “default value” for a type. Read more
impl Copy for WINHTTP_PROXY_RESULT_ENTRY
Auto Trait Implementations§
impl Freeze for WINHTTP_PROXY_RESULT_ENTRY
impl RefUnwindSafe for WINHTTP_PROXY_RESULT_ENTRY
impl !Send for WINHTTP_PROXY_RESULT_ENTRY
impl !Sync for WINHTTP_PROXY_RESULT_ENTRY
impl Unpin for WINHTTP_PROXY_RESULT_ENTRY
impl UnwindSafe for WINHTTP_PROXY_RESULT_ENTRY
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