Struct windows::ApplicationModel::Activation::ISplashScreen_Vtbl
#[repr(C)]pub struct ISplashScreen_Vtbl {
pub base__: IInspectable_Vtbl,
pub ImageLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut Rect) -> HRESULT,
pub Dismissed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT,
pub RemoveDismissed: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§ImageLocation: unsafe extern "system" fn(_: *mut c_void, _: *mut Rect) -> HRESULT
§Dismissed: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut EventRegistrationToken) -> HRESULT
§RemoveDismissed: unsafe extern "system" fn(_: *mut c_void, _: EventRegistrationToken) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISplashScreen_Vtbl
impl RefUnwindSafe for ISplashScreen_Vtbl
impl Send for ISplashScreen_Vtbl
impl Sync for ISplashScreen_Vtbl
impl Unpin for ISplashScreen_Vtbl
impl UnwindSafe for ISplashScreen_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