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