Struct windows_sys::Win32::Networking::WinInet::AutoProxyHelperFunctions
#[repr(C)]pub struct AutoProxyHelperFunctions {
pub lpVtbl: *const AutoProxyHelperVtbl,
}Fields§
§lpVtbl: *const AutoProxyHelperVtblTrait Implementations§
§impl Clone for AutoProxyHelperFunctions
impl Clone for AutoProxyHelperFunctions
impl Copy for AutoProxyHelperFunctions
Auto Trait Implementations§
impl RefUnwindSafe for AutoProxyHelperFunctions
impl !Send for AutoProxyHelperFunctions
impl !Sync for AutoProxyHelperFunctions
impl Unpin for AutoProxyHelperFunctions
impl UnwindSafe for AutoProxyHelperFunctions
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