#[repr(C)]pub struct IHttpNegotiate2Vtbl {
pub QueryInterface: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate2, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>,
pub AddRef: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate2) -> ULONG>,
pub Release: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate2) -> ULONG>,
pub BeginningTransaction: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate2, szURL: LPCWSTR, szHeaders: LPCWSTR, dwReserved: DWORD, pszAdditionalHeaders: *mut LPWSTR) -> HRESULT>,
pub OnResponse: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate2, dwResponseCode: DWORD, szResponseHeaders: LPCWSTR, szRequestHeaders: LPCWSTR, pszAdditionalRequestHeaders: *mut LPWSTR) -> HRESULT>,
pub GetRootSecurityId: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate2, pbSecurityId: *mut BYTE, pcbSecurityId: *mut DWORD, dwReserved: DWORD_PTR) -> HRESULT>,
}
Fields§
§QueryInterface: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate2, riid: *const IID, ppvObject: *mut *mut c_void) -> HRESULT>
§AddRef: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate2) -> ULONG>
§Release: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate2) -> ULONG>
§BeginningTransaction: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate2, szURL: LPCWSTR, szHeaders: LPCWSTR, dwReserved: DWORD, pszAdditionalHeaders: *mut LPWSTR) -> HRESULT>
§OnResponse: Option<unsafe extern "C" fn(This: *mut IHttpNegotiate2, dwResponseCode: DWORD, szResponseHeaders: LPCWSTR, szRequestHeaders: LPCWSTR, pszAdditionalRequestHeaders: *mut LPWSTR) -> HRESULT>
§GetRootSecurityId: Option<unsafe extern "C" 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 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 IHttpNegotiate2Vtbl
impl Debug for IHttpNegotiate2Vtbl
Source§impl Ord for IHttpNegotiate2Vtbl
impl Ord for IHttpNegotiate2Vtbl
Source§fn cmp(&self, other: &IHttpNegotiate2Vtbl) -> Ordering
fn cmp(&self, other: &IHttpNegotiate2Vtbl) -> 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 IHttpNegotiate2Vtbl
impl PartialEq for IHttpNegotiate2Vtbl
Source§impl PartialOrd for IHttpNegotiate2Vtbl
impl PartialOrd for IHttpNegotiate2Vtbl
impl Copy for IHttpNegotiate2Vtbl
impl Eq for IHttpNegotiate2Vtbl
impl StructuralPartialEq 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