#[repr(C)]pub struct IUIAnimationStoryboardEventHandler2_Vtbl {
pub base__: IUnknown_Vtbl,
pub OnStoryboardStatusChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: UI_ANIMATION_STORYBOARD_STATUS, _: UI_ANIMATION_STORYBOARD_STATUS) -> HRESULT,
pub OnStoryboardUpdated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§OnStoryboardStatusChanged: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: UI_ANIMATION_STORYBOARD_STATUS, _: UI_ANIMATION_STORYBOARD_STATUS) -> HRESULT
§OnStoryboardUpdated: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
Implementations§
§impl IUIAnimationStoryboardEventHandler2_Vtbl
impl IUIAnimationStoryboardEventHandler2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IUIAnimationStoryboardEventHandler2_Vtblwhere
Identity: IUIAnimationStoryboardEventHandler2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAnimationStoryboardEventHandler2_Vtbl
impl RefUnwindSafe for IUIAnimationStoryboardEventHandler2_Vtbl
impl Send for IUIAnimationStoryboardEventHandler2_Vtbl
impl Sync for IUIAnimationStoryboardEventHandler2_Vtbl
impl Unpin for IUIAnimationStoryboardEventHandler2_Vtbl
impl UnwindSafe for IUIAnimationStoryboardEventHandler2_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