Struct sixtyfps_corelib::items::PropertyAnimationFieldsOffsets[][src]

pub struct PropertyAnimationFieldsOffsets {
    pub duration: FieldOffset<PropertyAnimation, i32, AllowPin>,
    pub loop_count: FieldOffset<PropertyAnimation, i32, AllowPin>,
    pub easing: FieldOffset<PropertyAnimation, EasingCurve, AllowPin>,
}
Expand description

Helper struct containing the offsets of the fields of the struct PropertyAnimation

Generated from the derive macro const-field-offset::FieldOffsets

Fields

duration: FieldOffset<PropertyAnimation, i32, AllowPin>loop_count: FieldOffset<PropertyAnimation, i32, AllowPin>easing: FieldOffset<PropertyAnimation, EasingCurve, AllowPin>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.