Struct windows_sys::Win32::Networking::WinHttp::_WinHttpProxyNetworkKey
[−]Expand description
Required features: "Win32_Networking_WinHttp"
Fields
pbBuffer: [u8; 128]
Trait Implementations
impl Clone for _WinHttpProxyNetworkKey
impl Clone for _WinHttpProxyNetworkKey
impl Copy for _WinHttpProxyNetworkKey
Auto Trait Implementations
impl RefUnwindSafe for _WinHttpProxyNetworkKey
impl Send for _WinHttpProxyNetworkKey
impl Sync for _WinHttpProxyNetworkKey
impl Unpin for _WinHttpProxyNetworkKey
impl UnwindSafe for _WinHttpProxyNetworkKey
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