Struct ICompositionAnimation_Vtbl
#[repr(C)]pub struct ICompositionAnimation_Vtbl {
pub base__: IInspectable_Vtbl,
pub ClearAllParameters: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub ClearParameter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetColorParameter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Color) -> HRESULT,
pub SetMatrix3x2Parameter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Matrix3x2) -> HRESULT,
pub SetMatrix4x4Parameter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Matrix4x4) -> HRESULT,
pub SetQuaternionParameter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Quaternion) -> HRESULT,
pub SetReferenceParameter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetScalarParameter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: f32) -> HRESULT,
pub SetVector2Parameter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Vector2) -> HRESULT,
pub SetVector3Parameter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Vector3) -> HRESULT,
pub SetVector4Parameter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Vector4) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§ClearAllParameters: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§ClearParameter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§SetColorParameter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Color) -> HRESULT§SetMatrix3x2Parameter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Matrix3x2) -> HRESULT§SetMatrix4x4Parameter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Matrix4x4) -> HRESULT§SetQuaternionParameter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Quaternion) -> HRESULT§SetReferenceParameter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void) -> HRESULT§SetScalarParameter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: f32) -> HRESULT§SetVector2Parameter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Vector2) -> HRESULT§SetVector3Parameter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Vector3) -> HRESULT§SetVector4Parameter: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: Vector4) -> HRESULTAuto Trait Implementations§
impl Freeze for ICompositionAnimation_Vtbl
impl RefUnwindSafe for ICompositionAnimation_Vtbl
impl Send for ICompositionAnimation_Vtbl
impl Sync for ICompositionAnimation_Vtbl
impl Unpin for ICompositionAnimation_Vtbl
impl UnwindSafe for ICompositionAnimation_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