#[repr(C)]pub struct IHttpNegotiate2Vtbl {
pub QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IHttpNegotiate2, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "stdcall" fn(This: *mut IHttpNegotiate2) -> ULONG>,
pub Release: Option<unsafe extern "stdcall" fn(This: *mut IHttpNegotiate2) -> ULONG>,
pub BeginningTransaction: Option<unsafe extern "stdcall" fn(This: *mut IHttpNegotiate2, szURL: LPCWSTR, szHeaders: LPCWSTR, dwReserved: DWORD, pszAdditionalHeaders: *mut LPWSTR) -> HRESULT>,
pub OnResponse: Option<unsafe extern "stdcall" fn(This: *mut IHttpNegotiate2, dwResponseCode: DWORD, szResponseHeaders: LPCWSTR, szRequestHeaders: LPCWSTR, pszAdditionalRequestHeaders: *mut LPWSTR) -> HRESULT>,
pub GetRootSecurityId: Option<unsafe extern "stdcall" fn(This: *mut IHttpNegotiate2, pbSecurityId: *mut BYTE, pcbSecurityId: *mut DWORD, dwReserved: DWORD_PTR) -> HRESULT>,
}Fields§
§QueryInterface: Option<unsafe extern "stdcall" fn(This: *mut IHttpNegotiate2, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>§AddRef: Option<unsafe extern "stdcall" fn(This: *mut IHttpNegotiate2) -> ULONG>§Release: Option<unsafe extern "stdcall" fn(This: *mut IHttpNegotiate2) -> ULONG>§BeginningTransaction: Option<unsafe extern "stdcall" fn(This: *mut IHttpNegotiate2, szURL: LPCWSTR, szHeaders: LPCWSTR, dwReserved: DWORD, pszAdditionalHeaders: *mut LPWSTR) -> HRESULT>§OnResponse: Option<unsafe extern "stdcall" fn(This: *mut IHttpNegotiate2, dwResponseCode: DWORD, szResponseHeaders: LPCWSTR, szRequestHeaders: LPCWSTR, pszAdditionalRequestHeaders: *mut LPWSTR) -> HRESULT>§GetRootSecurityId: Option<unsafe extern "stdcall" fn(This: *mut IHttpNegotiate2, pbSecurityId: *mut BYTE, pcbSecurityId: *mut DWORD, dwReserved: DWORD_PTR) -> HRESULT>Trait Implementations§
Source§impl Clone for IHttpNegotiate2Vtbl
impl Clone for IHttpNegotiate2Vtbl
Source§fn clone(&self) -> IHttpNegotiate2Vtbl
fn clone(&self) -> IHttpNegotiate2Vtbl
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 moreimpl Copy for IHttpNegotiate2Vtbl
Auto Trait Implementations§
impl Freeze for IHttpNegotiate2Vtbl
impl RefUnwindSafe for IHttpNegotiate2Vtbl
impl Send for IHttpNegotiate2Vtbl
impl Sync for IHttpNegotiate2Vtbl
impl Unpin for IHttpNegotiate2Vtbl
impl UnwindSafe for IHttpNegotiate2Vtbl
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