Struct windows_sys::Win32::Networking::WinInet::AutoProxyHelperFunctions
[−]#[repr(C)]pub struct AutoProxyHelperFunctions {
pub lpVtbl: *const AutoProxyHelperVtbl,
}
Expand description
Required features: "Win32_Networking_WinInet"
Fields
lpVtbl: *const AutoProxyHelperVtbl
Trait 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more