#[repr(C)]
pub struct IUIAnimationVariable2_Vtbl {
Show 27 fields pub base__: IUnknown_Vtbl, pub GetDimension: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT, pub GetValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT, pub GetVectorValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64, _: u32) -> HRESULT, pub GetCurve: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub GetVectorCurve: unsafe extern "system" fn(_: *mut c_void, _: *const *mut c_void, _: u32) -> HRESULT, pub GetFinalValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT, pub GetFinalVectorValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64, _: u32) -> HRESULT, pub GetPreviousValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT, pub GetPreviousVectorValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64, _: u32) -> HRESULT, pub GetIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub GetIntegerVectorValue: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: u32) -> HRESULT, pub GetFinalIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub GetFinalIntegerVectorValue: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: u32) -> HRESULT, pub GetPreviousIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub GetPreviousIntegerVectorValue: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: u32) -> HRESULT, pub GetCurrentStoryboard: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetLowerBound: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT, pub SetLowerBoundVector: unsafe extern "system" fn(_: *mut c_void, _: *const f64, _: u32) -> HRESULT, pub SetUpperBound: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT, pub SetUpperBoundVector: unsafe extern "system" fn(_: *mut c_void, _: *const f64, _: u32) -> HRESULT, pub SetRoundingMode: unsafe extern "system" fn(_: *mut c_void, _: UI_ANIMATION_ROUNDING_MODE) -> HRESULT, pub SetTag: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT, pub GetTag: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut u32) -> HRESULT, pub SetVariableChangeHandler: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT, pub SetVariableIntegerChangeHandler: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT, pub SetVariableCurveChangeHandler: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§GetDimension: unsafe extern "system" fn(_: *mut c_void, _: *mut u32) -> HRESULT§GetValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§GetVectorValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64, _: u32) -> HRESULT§GetCurve: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§GetVectorCurve: unsafe extern "system" fn(_: *mut c_void, _: *const *mut c_void, _: u32) -> HRESULT§GetFinalValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§GetFinalVectorValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64, _: u32) -> HRESULT§GetPreviousValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64) -> HRESULT§GetPreviousVectorValue: unsafe extern "system" fn(_: *mut c_void, _: *mut f64, _: u32) -> HRESULT§GetIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§GetIntegerVectorValue: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: u32) -> HRESULT§GetFinalIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§GetFinalIntegerVectorValue: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: u32) -> HRESULT§GetPreviousIntegerValue: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§GetPreviousIntegerVectorValue: unsafe extern "system" fn(_: *mut c_void, _: *mut i32, _: u32) -> HRESULT§GetCurrentStoryboard: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetLowerBound: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT§SetLowerBoundVector: unsafe extern "system" fn(_: *mut c_void, _: *const f64, _: u32) -> HRESULT§SetUpperBound: unsafe extern "system" fn(_: *mut c_void, _: f64) -> HRESULT§SetUpperBoundVector: unsafe extern "system" fn(_: *mut c_void, _: *const f64, _: u32) -> HRESULT§SetRoundingMode: unsafe extern "system" fn(_: *mut c_void, _: UI_ANIMATION_ROUNDING_MODE) -> HRESULT§SetTag: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: u32) -> HRESULT§GetTag: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void, _: *mut u32) -> HRESULT§SetVariableChangeHandler: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT§SetVariableIntegerChangeHandler: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: BOOL) -> HRESULT§SetVariableCurveChangeHandler: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT

Implementations§

§

impl IUIAnimationVariable2_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IUIAnimationVariable2_Impl, const OFFSET: isize>( ) -> IUIAnimationVariable2_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.