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