Struct WINHTTP_PROXY_RESULT
#[repr(C)]pub struct WINHTTP_PROXY_RESULT {
pub cEntries: u32,
pub pEntries: *mut WINHTTP_PROXY_RESULT_ENTRY,
}
Fields§
§cEntries: u32
§pEntries: *mut WINHTTP_PROXY_RESULT_ENTRY
Trait Implementations§
§impl Clone for WINHTTP_PROXY_RESULT
impl Clone for WINHTTP_PROXY_RESULT
§fn clone(&self) -> WINHTTP_PROXY_RESULT
fn clone(&self) -> WINHTTP_PROXY_RESULT
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 moreimpl Copy for WINHTTP_PROXY_RESULT
Auto Trait Implementations§
impl Freeze for WINHTTP_PROXY_RESULT
impl RefUnwindSafe for WINHTTP_PROXY_RESULT
impl !Send for WINHTTP_PROXY_RESULT
impl !Sync for WINHTTP_PROXY_RESULT
impl Unpin for WINHTTP_PROXY_RESULT
impl UnwindSafe for WINHTTP_PROXY_RESULT
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