Struct sixtyfps_corelib::items::RotateFieldsOffsets [−][src]
pub struct RotateFieldsOffsets {
pub angle: FieldOffset<Rotate, Property<f32>, AllowPin>,
pub origin_x: FieldOffset<Rotate, Property<f32>, AllowPin>,
pub origin_y: FieldOffset<Rotate, Property<f32>, AllowPin>,
pub width: FieldOffset<Rotate, Property<f32>, AllowPin>,
pub height: FieldOffset<Rotate, Property<f32>, AllowPin>,
pub cached_rendering_data: FieldOffset<Rotate, CachedRenderingData, AllowPin>,
}Expand description
Helper struct containing the offsets of the fields of the struct Rotate
Generated from the #[derive(FieldOffsets)] macro from the const-field-offset crate
Fields
angle: FieldOffset<Rotate, Property<f32>, AllowPin>origin_x: FieldOffset<Rotate, Property<f32>, AllowPin>origin_y: FieldOffset<Rotate, Property<f32>, AllowPin>width: FieldOffset<Rotate, Property<f32>, AllowPin>height: FieldOffset<Rotate, Property<f32>, AllowPin>cached_rendering_data: FieldOffset<Rotate, CachedRenderingData, AllowPin>