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(FieldOffsets)]
macro from the const-field-offset
crate
Fields
x: FieldOffset<PathQuadraticTo, f32, AllowPin>
y: FieldOffset<PathQuadraticTo, f32, AllowPin>
control_x: FieldOffset<PathQuadraticTo, f32, AllowPin>
control_y: FieldOffset<PathQuadraticTo, f32, AllowPin>