#[repr(C)]pub struct IHttpNegotiate3Vtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate3, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate3) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate3) -> ULONG>,
pub BeginningTransaction: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate3, szURL: LPCWSTR, szHeaders: LPCWSTR, dwReserved: DWORD, pszAdditionalHeaders: *mut LPWSTR) -> HRESULT>,
pub OnResponse: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate3, dwResponseCode: DWORD, szResponseHeaders: LPCWSTR, szRequestHeaders: LPCWSTR, pszAdditionalRequestHeaders: *mut LPWSTR) -> HRESULT>,
pub GetRootSecurityId: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate3, pbSecurityId: *mut BYTE, pcbSecurityId: *mut DWORD, dwReserved: DWORD_PTR) -> HRESULT>,
pub GetSerializedClientCertContext: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate3, ppbCert: *mut *mut BYTE, pcbCert: *mut DWORD) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate3, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate3) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate3) -> ULONG>
§BeginningTransaction: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate3, szURL: LPCWSTR, szHeaders: LPCWSTR, dwReserved: DWORD, pszAdditionalHeaders: *mut LPWSTR) -> HRESULT>
§OnResponse: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate3, dwResponseCode: DWORD, szResponseHeaders: LPCWSTR, szRequestHeaders: LPCWSTR, pszAdditionalRequestHeaders: *mut LPWSTR) -> HRESULT>
§GetRootSecurityId: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate3, pbSecurityId: *mut BYTE, pcbSecurityId: *mut DWORD, dwReserved: DWORD_PTR) -> HRESULT>
§GetSerializedClientCertContext: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate3, ppbCert: *mut *mut BYTE, pcbCert: *mut DWORD) -> HRESULT>
Trait Implementations§
Source§impl Clone for IHttpNegotiate3Vtbl
impl Clone for IHttpNegotiate3Vtbl
Source§fn clone(&self) -> IHttpNegotiate3Vtbl
fn clone(&self) -> IHttpNegotiate3Vtbl
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 moreSource§impl Debug for IHttpNegotiate3Vtbl
impl Debug for IHttpNegotiate3Vtbl
Source§impl Ord for IHttpNegotiate3Vtbl
impl Ord for IHttpNegotiate3Vtbl
Source§fn cmp(&self, other: &IHttpNegotiate3Vtbl) -> Ordering
fn cmp(&self, other: &IHttpNegotiate3Vtbl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for IHttpNegotiate3Vtbl
impl PartialEq for IHttpNegotiate3Vtbl
Source§impl PartialOrd for IHttpNegotiate3Vtbl
impl PartialOrd for IHttpNegotiate3Vtbl
impl Copy for IHttpNegotiate3Vtbl
impl Eq for IHttpNegotiate3Vtbl
impl StructuralPartialEq for IHttpNegotiate3Vtbl
Auto Trait Implementations§
impl Freeze for IHttpNegotiate3Vtbl
impl RefUnwindSafe for IHttpNegotiate3Vtbl
impl Send for IHttpNegotiate3Vtbl
impl Sync for IHttpNegotiate3Vtbl
impl Unpin for IHttpNegotiate3Vtbl
impl UnwindSafe for IHttpNegotiate3Vtbl
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