Struct windows::Win32::UI::Animation::IUIAnimationVariable2_Vtbl
#[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
impl IUIAnimationVariable2_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IUIAnimationVariable2_Vtblwhere
Identity: IUIAnimationVariable2_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IUIAnimationVariable2_Vtbl
impl RefUnwindSafe for IUIAnimationVariable2_Vtbl
impl Send for IUIAnimationVariable2_Vtbl
impl Sync for IUIAnimationVariable2_Vtbl
impl Unpin for IUIAnimationVariable2_Vtbl
impl UnwindSafe for IUIAnimationVariable2_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