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