pub struct PropertyAnimationFieldsOffsets {
pub delay: FieldOffset<PropertyAnimation, i32, AllowPin>,
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(FieldOffsets)]
macro from the const-field-offset
crate
Fields
delay: FieldOffset<PropertyAnimation, i32, AllowPin>
duration: FieldOffset<PropertyAnimation, i32, AllowPin>
loop_count: FieldOffset<PropertyAnimation, i32, AllowPin>
easing: FieldOffset<PropertyAnimation, EasingCurve, AllowPin>