Struct sixtyfps_corelib::graphics::PathCubicToFieldsOffsets [−][src]
pub struct PathCubicToFieldsOffsets {
pub x: FieldOffset<PathCubicTo, f32, AllowPin>,
pub y: FieldOffset<PathCubicTo, f32, AllowPin>,
pub control_1_x: FieldOffset<PathCubicTo, f32, AllowPin>,
pub control_1_y: FieldOffset<PathCubicTo, f32, AllowPin>,
pub control_2_x: FieldOffset<PathCubicTo, f32, AllowPin>,
pub control_2_y: FieldOffset<PathCubicTo, f32, AllowPin>,
}
Expand description
Helper struct containing the offsets of the fields of the struct PathCubicTo
Generated from the derive macro const-field-offset::FieldOffsets
Fields
x: FieldOffset<PathCubicTo, f32, AllowPin>
y: FieldOffset<PathCubicTo, f32, AllowPin>
control_1_x: FieldOffset<PathCubicTo, f32, AllowPin>
control_1_y: FieldOffset<PathCubicTo, f32, AllowPin>
control_2_x: FieldOffset<PathCubicTo, f32, AllowPin>
control_2_y: FieldOffset<PathCubicTo, f32, AllowPin>