Struct sixtyfps_corelib::graphics::PathLineToFieldsOffsets [−][src]
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 macro const-field-offset::FieldOffsets
Fields
x: FieldOffset<PathLineTo, f32, AllowPin>
y: FieldOffset<PathLineTo, f32, AllowPin>