Struct sixtyfps_corelib::graphics::PathQuadraticToFieldsOffsets [−][src]
pub struct PathQuadraticToFieldsOffsets { pub x: FieldOffset<PathQuadraticTo, f32, AllowPin>, pub y: FieldOffset<PathQuadraticTo, f32, AllowPin>, pub control_x: FieldOffset<PathQuadraticTo, f32, AllowPin>, pub control_y: FieldOffset<PathQuadraticTo, f32, AllowPin>, }
Expand description
Helper struct containing the offsets of the fields of the struct PathQuadraticTo
Generated from the derive macro const-field-offset::FieldOffsets
Fields
x: FieldOffset<PathQuadraticTo, f32, AllowPin>
y: FieldOffset<PathQuadraticTo, f32, AllowPin>
control_x: FieldOffset<PathQuadraticTo, f32, AllowPin>
control_y: FieldOffset<PathQuadraticTo, f32, AllowPin>