pub struct PropertyAnimationFieldsOffsets {
pub delay: FieldOffset<PropertyAnimation, i32, AllowPin>,
pub duration: FieldOffset<PropertyAnimation, i32, AllowPin>,
pub iteration_count: FieldOffset<PropertyAnimation, f32, 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>§iteration_count: FieldOffset<PropertyAnimation, f32, AllowPin>§easing: FieldOffset<PropertyAnimation, EasingCurve, AllowPin>