Struct IHttpNegotiate_Vtbl
#[repr(C)]pub struct IHttpNegotiate_Vtbl {
pub base__: IUnknown_Vtbl,
pub BeginningTransaction: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: u32, _: *mut PWSTR) -> HRESULT,
pub OnResponse: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: PCWSTR, _: *mut PWSTR) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§BeginningTransaction: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR, _: PCWSTR, _: u32, _: *mut PWSTR) -> HRESULT
§OnResponse: unsafe extern "system" fn(_: *mut c_void, _: u32, _: PCWSTR, _: PCWSTR, _: *mut PWSTR) -> HRESULT
Implementations§
§impl IHttpNegotiate_Vtbl
impl IHttpNegotiate_Vtbl
pub const fn new<Identity: IHttpNegotiate_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IHttpNegotiate_Vtbl
impl RefUnwindSafe for IHttpNegotiate_Vtbl
impl Send for IHttpNegotiate_Vtbl
impl Sync for IHttpNegotiate_Vtbl
impl Unpin for IHttpNegotiate_Vtbl
impl UnwindSafe for IHttpNegotiate_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