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