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>, }
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
impl Send for PropertyAnimationFieldsOffsets
impl Send for PropertyAnimationFieldsOffsets
impl Sync for PropertyAnimationFieldsOffsets
impl Sync for PropertyAnimationFieldsOffsets
impl Unpin for PropertyAnimationFieldsOffsets
impl Unpin for PropertyAnimationFieldsOffsets
impl UnwindSafe for PropertyAnimationFieldsOffsets
impl UnwindSafe for PropertyAnimationFieldsOffsets