Struct i_slint_core::items::RectangleFieldsOffsets
source · pub struct RectangleFieldsOffsets {
pub background: FieldOffset<Rectangle, Property<Brush>, AllowPin>,
pub x: FieldOffset<Rectangle, Property<LogicalLength>, AllowPin>,
pub y: FieldOffset<Rectangle, Property<LogicalLength>, AllowPin>,
pub width: FieldOffset<Rectangle, Property<LogicalLength>, AllowPin>,
pub height: FieldOffset<Rectangle, Property<LogicalLength>, AllowPin>,
pub cached_rendering_data: FieldOffset<Rectangle, CachedRenderingData, AllowPin>,
}Expand description
Helper struct containing the offsets of the fields of the struct Rectangle
Generated from the #[derive(FieldOffsets)] macro from the const-field-offset crate
Fields§
§background: FieldOffset<Rectangle, Property<Brush>, AllowPin>§x: FieldOffset<Rectangle, Property<LogicalLength>, AllowPin>§y: FieldOffset<Rectangle, Property<LogicalLength>, AllowPin>§width: FieldOffset<Rectangle, Property<LogicalLength>, AllowPin>§height: FieldOffset<Rectangle, Property<LogicalLength>, AllowPin>§cached_rendering_data: FieldOffset<Rectangle, CachedRenderingData, AllowPin>