Struct windows::Win32::UI::Animation::IUIAnimationInterpolator_Vtbl
#[repr(C)]pub struct IUIAnimationInterpolator_Vtbl {
pub base__: IUnknown_Vtbl,
pub SetInitialValueAndVelocity: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64) -> HRESULT,
pub SetDuration: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT,
pub GetDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub GetFinalValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT,
pub InterpolateValue: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *mut f64) -> HRESULT,
pub InterpolateVelocity: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *mut f64) -> HRESULT,
pub GetDependencies: unsafe extern "system" fn(_: *mut c_void, _: *mut UI_ANIMATION_DEPENDENCIES, _: *mut UI_ANIMATION_DEPENDENCIES, _: *mut UI_ANIMATION_DEPENDENCIES) -> HRESULT,
}
Fields§
§base__: IUnknown_Vtbl
§SetInitialValueAndVelocity: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64) -> HRESULT
§SetDuration: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT
§GetDuration: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§GetFinalValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT
§InterpolateValue: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *mut f64) -> HRESULT
§InterpolateVelocity: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *mut f64) -> HRESULT
§GetDependencies: unsafe extern "system" fn(_: *mut c_void, _: *mut UI_ANIMATION_DEPENDENCIES, _: *mut UI_ANIMATION_DEPENDENCIES, _: *mut UI_ANIMATION_DEPENDENCIES) -> HRESULT
Implementations§
§impl IUIAnimationInterpolator_Vtbl
impl IUIAnimationInterpolator_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IUIAnimationInterpolator_Vtblwhere
Identity: IUIAnimationInterpolator_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAnimationInterpolator_Vtbl
impl RefUnwindSafe for IUIAnimationInterpolator_Vtbl
impl Send for IUIAnimationInterpolator_Vtbl
impl Sync for IUIAnimationInterpolator_Vtbl
impl Unpin for IUIAnimationInterpolator_Vtbl
impl UnwindSafe for IUIAnimationInterpolator_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