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