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: i32
loop_count: i32
easing: EasingCurve
Implementations
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 PropertyAnimation
impl Send for PropertyAnimation
impl Send for PropertyAnimation
impl Sync for PropertyAnimation
impl Sync for PropertyAnimation
impl UnwindSafe for PropertyAnimation
impl UnwindSafe for PropertyAnimation