#[repr(C)]pub struct ISpringVector2NaturalMotionAnimation_Vtbl {
pub base__: IInspectable_Vtbl,
pub DampingRatio: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT,
pub SetDampingRatio: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT,
pub Period: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT,
pub SetPeriod: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§DampingRatio: unsafe extern "system" fn(_: *mut c_void, _: *mut f32) -> HRESULT
§SetDampingRatio: unsafe extern "system" fn(_: *mut c_void, _: f32) -> HRESULT
§Period: unsafe extern "system" fn(_: *mut c_void, _: *mut TimeSpan) -> HRESULT
§SetPeriod: unsafe extern "system" fn(_: *mut c_void, _: TimeSpan) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISpringVector2NaturalMotionAnimation_Vtbl
impl RefUnwindSafe for ISpringVector2NaturalMotionAnimation_Vtbl
impl Send for ISpringVector2NaturalMotionAnimation_Vtbl
impl Sync for ISpringVector2NaturalMotionAnimation_Vtbl
impl Unpin for ISpringVector2NaturalMotionAnimation_Vtbl
impl UnwindSafe for ISpringVector2NaturalMotionAnimation_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