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