Struct IWebUIActivationStatics4_Vtbl
#[repr(C)]pub struct IWebUIActivationStatics4_Vtbl {
pub base__: IInspectable_Vtbl,
pub NewWebUIViewCreated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveNewWebUIViewCreated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub BackgroundActivated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveBackgroundActivated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§NewWebUIViewCreated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveNewWebUIViewCreated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§BackgroundActivated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveBackgroundActivated: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
Auto Trait Implementations§
impl Freeze for IWebUIActivationStatics4_Vtbl
impl RefUnwindSafe for IWebUIActivationStatics4_Vtbl
impl Send for IWebUIActivationStatics4_Vtbl
impl Sync for IWebUIActivationStatics4_Vtbl
impl Unpin for IWebUIActivationStatics4_Vtbl
impl UnwindSafe for IWebUIActivationStatics4_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