Struct IKeyFrameAnimation3_Vtbl
#[repr(C)]pub struct IKeyFrameAnimation3_Vtbl {
pub base__: IInspectable_Vtbl,
pub DelayBehavior: unsafe extern "system" fn(_: *mut c_void, _: *mut AnimationDelayBehavior) -> HRESULT,
pub SetDelayBehavior: unsafe extern "system" fn(_: *mut c_void, _: AnimationDelayBehavior) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§DelayBehavior: unsafe extern "system" fn(_: *mut c_void, _: *mut AnimationDelayBehavior) -> HRESULT
§SetDelayBehavior: unsafe extern "system" fn(_: *mut c_void, _: AnimationDelayBehavior) -> HRESULT
Auto Trait Implementations§
impl Freeze for IKeyFrameAnimation3_Vtbl
impl RefUnwindSafe for IKeyFrameAnimation3_Vtbl
impl Send for IKeyFrameAnimation3_Vtbl
impl Sync for IKeyFrameAnimation3_Vtbl
impl Unpin for IKeyFrameAnimation3_Vtbl
impl UnwindSafe for IKeyFrameAnimation3_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