logo
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(FieldOffsets)] macro from the const-field-offset crate

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>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.