Struct sixtyfps_corelib::items::PropertyAnimation [−][src]
#[repr(C)]pub struct PropertyAnimation { pub duration: i32, pub loop_count: i32, pub easing: EasingCurve, }
The implementation of the PropertyAnimation element
Fields
duration: i32loop_count: i32easing: EasingCurveImplementations
impl PropertyAnimation[src]
impl PropertyAnimation[src]pub const FIELD_OFFSETS: PropertyAnimationFieldsOffsets[src]
Return a struct containing the offset of for the fields of this struct
Trait Implementations
impl Clone for PropertyAnimation[src]
impl Clone for PropertyAnimation[src]fn clone(&self) -> PropertyAnimation[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for PropertyAnimation[src]
impl Default for PropertyAnimation[src]fn default() -> PropertyAnimation[src]
impl<'__dummy_lifetime> Unpin for PropertyAnimation where
__MustNotImplUnpin<'__dummy_lifetime>: Unpin, [src]
impl<'__dummy_lifetime> Unpin for PropertyAnimation where
__MustNotImplUnpin<'__dummy_lifetime>: Unpin, [src]Auto Trait Implementations
impl RefUnwindSafe for PropertyAnimation
impl RefUnwindSafe for PropertyAnimationimpl Send for PropertyAnimation
impl Send for PropertyAnimationimpl Sync for PropertyAnimation
impl Sync for PropertyAnimationimpl UnwindSafe for PropertyAnimation
impl UnwindSafe for PropertyAnimation