Struct i_slint_core::graphics::PathLineToFieldsOffsets
source · pub struct PathLineToFieldsOffsets {
pub x: FieldOffset<PathLineTo, f32, AllowPin>,
pub y: FieldOffset<PathLineTo, f32, AllowPin>,
}Expand description
Helper struct containing the offsets of the fields of the struct PathLineTo
Generated from the #[derive(FieldOffsets)] macro from the const-field-offset crate
Fields§
§x: FieldOffset<PathLineTo, f32, AllowPin>§y: FieldOffset<PathLineTo, f32, AllowPin>