Struct IWebUIActivationStatics_Vtbl
#[repr(C)]pub struct IWebUIActivationStatics_Vtbl {
pub base__: IInspectable_Vtbl,
pub Activated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveActivated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub Suspending: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveSuspending: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub Resuming: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveResuming: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub Navigated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveNavigated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Activated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveActivated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§Suspending: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveSuspending: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§Resuming: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveResuming: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
Auto Trait Implementations§
impl Freeze for IWebUIActivationStatics_Vtbl
impl RefUnwindSafe for IWebUIActivationStatics_Vtbl
impl Send for IWebUIActivationStatics_Vtbl
impl Sync for IWebUIActivationStatics_Vtbl
impl Unpin for IWebUIActivationStatics_Vtbl
impl UnwindSafe for IWebUIActivationStatics_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