#[repr(C)]
pub struct IUIAnimationTransitionLibrary2_Vtbl {
Show 20 fields pub base__: IUnknown_Vtbl, pub CreateInstantaneousTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *mut *mut c_void) -> HRESULT, pub CreateInstantaneousVectorTransition: unsafe extern "system" fn(_: *mut c_void, _: *const f64, _: u32, _: *mut *mut c_void) -> HRESULT, pub CreateConstantTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *mut *mut c_void) -> HRESULT, pub CreateDiscreteTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: f64, _: *mut *mut c_void) -> HRESULT, pub CreateDiscreteVectorTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *const f64, _: u32, _: f64, _: *mut *mut c_void) -> HRESULT, pub CreateLinearTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: *mut *mut c_void) -> HRESULT, pub CreateLinearVectorTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *const f64, _: u32, _: *mut *mut c_void) -> HRESULT, pub CreateLinearTransitionFromSpeed: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: *mut *mut c_void) -> HRESULT, pub CreateLinearVectorTransitionFromSpeed: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *const f64, _: u32, _: *mut *mut c_void) -> HRESULT, pub CreateSinusoidalTransitionFromVelocity: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: *mut *mut c_void) -> HRESULT, pub CreateSinusoidalTransitionFromRange: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: f64, _: f64, _: UI_ANIMATION_SLOPE, _: *mut *mut c_void) -> HRESULT, pub CreateAccelerateDecelerateTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: f64, _: f64, _: *mut *mut c_void) -> HRESULT, pub CreateReversalTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *mut *mut c_void) -> HRESULT, pub CreateCubicTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: f64, _: *mut *mut c_void) -> HRESULT, pub CreateCubicVectorTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *const f64, _: *const f64, _: u32, _: *mut *mut c_void) -> HRESULT, pub CreateSmoothStopTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: *mut *mut c_void) -> HRESULT, pub CreateParabolicTransitionFromAcceleration: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: f64, _: *mut *mut c_void) -> HRESULT, pub CreateCubicBezierLinearTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: f64, _: f64, _: f64, _: f64, _: *mut *mut c_void) -> HRESULT, pub CreateCubicBezierLinearVectorTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *const f64, _: u32, _: f64, _: f64, _: f64, _: f64, _: *mut *mut c_void) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§CreateInstantaneousTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *mut *mut c_void) -> HRESULT§CreateInstantaneousVectorTransition: unsafe extern "system" fn(_: *mut c_void, _: *const f64, _: u32, _: *mut *mut c_void) -> HRESULT§CreateConstantTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *mut *mut c_void) -> HRESULT§CreateDiscreteTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: f64, _: *mut *mut c_void) -> HRESULT§CreateDiscreteVectorTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *const f64, _: u32, _: f64, _: *mut *mut c_void) -> HRESULT§CreateLinearTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: *mut *mut c_void) -> HRESULT§CreateLinearVectorTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *const f64, _: u32, _: *mut *mut c_void) -> HRESULT§CreateLinearTransitionFromSpeed: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: *mut *mut c_void) -> HRESULT§CreateLinearVectorTransitionFromSpeed: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *const f64, _: u32, _: *mut *mut c_void) -> HRESULT§CreateSinusoidalTransitionFromVelocity: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: *mut *mut c_void) -> HRESULT§CreateSinusoidalTransitionFromRange: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: f64, _: f64, _: UI_ANIMATION_SLOPE, _: *mut *mut c_void) -> HRESULT§CreateAccelerateDecelerateTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: f64, _: f64, _: *mut *mut c_void) -> HRESULT§CreateReversalTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *mut *mut c_void) -> HRESULT§CreateCubicTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: f64, _: *mut *mut c_void) -> HRESULT§CreateCubicVectorTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *const f64, _: *const f64, _: u32, _: *mut *mut c_void) -> HRESULT§CreateSmoothStopTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: *mut *mut c_void) -> HRESULT§CreateParabolicTransitionFromAcceleration: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: f64, _: *mut *mut c_void) -> HRESULT§CreateCubicBezierLinearTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: f64, _: f64, _: f64, _: f64, _: f64, _: *mut *mut c_void) -> HRESULT§CreateCubicBezierLinearVectorTransition: unsafe extern "system" fn(_: *mut c_void, _: f64, _: *const f64, _: u32, _: f64, _: f64, _: f64, _: f64, _: *mut *mut c_void) -> HRESULT

Implementations§

§

impl IUIAnimationTransitionLibrary2_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IUIAnimationTransitionLibrary2_Impl, const OFFSET: isize>( ) -> IUIAnimationTransitionLibrary2_Vtbl

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.