Struct IWebUIActivationStatics2_Vtbl
#[repr(C)]pub struct IWebUIActivationStatics2_Vtbl {
pub base__: IInspectable_Vtbl,
pub LeavingBackground: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveLeavingBackground: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub EnteredBackground: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT,
pub RemoveEnteredBackground: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT,
pub EnablePrelaunch: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§LeavingBackground: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveLeavingBackground: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§EnteredBackground: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut i64) -> HRESULT
§RemoveEnteredBackground: unsafe extern "system" fn(_: *mut c_void, _: i64) -> HRESULT
§EnablePrelaunch: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for IWebUIActivationStatics2_Vtbl
impl RefUnwindSafe for IWebUIActivationStatics2_Vtbl
impl Send for IWebUIActivationStatics2_Vtbl
impl Sync for IWebUIActivationStatics2_Vtbl
impl Unpin for IWebUIActivationStatics2_Vtbl
impl UnwindSafe for IWebUIActivationStatics2_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