#[repr(C)]pub struct IHttpNegotiate3_Vtbl {
pub base__: IHttpNegotiate2_Vtbl,
pub GetSerializedClientCertContext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut u8, _: *mut u32) -> HRESULT,
}
Fields§
§base__: IHttpNegotiate2_Vtbl
§GetSerializedClientCertContext: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut u8, _: *mut u32) -> HRESULT
Implementations§
§impl IHttpNegotiate3_Vtbl
impl IHttpNegotiate3_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IHttpNegotiate3_Vtblwhere
Identity: IHttpNegotiate3_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IHttpNegotiate3_Vtbl
impl RefUnwindSafe for IHttpNegotiate3_Vtbl
impl Send for IHttpNegotiate3_Vtbl
impl Sync for IHttpNegotiate3_Vtbl
impl Unpin for IHttpNegotiate3_Vtbl
impl UnwindSafe for IHttpNegotiate3_Vtbl
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