Struct sixtyfps_corelib::graphics::PathArcToFieldsOffsets
source · [−]pub struct PathArcToFieldsOffsets {
pub x: FieldOffset<PathArcTo, f32, AllowPin>,
pub y: FieldOffset<PathArcTo, f32, AllowPin>,
pub radius_x: FieldOffset<PathArcTo, f32, AllowPin>,
pub radius_y: FieldOffset<PathArcTo, f32, AllowPin>,
pub x_rotation: FieldOffset<PathArcTo, f32, AllowPin>,
pub large_arc: FieldOffset<PathArcTo, bool, AllowPin>,
pub sweep: FieldOffset<PathArcTo, bool, AllowPin>,
}Expand description
Helper struct containing the offsets of the fields of the struct PathArcTo
Generated from the #[derive(FieldOffsets)] macro from the const-field-offset crate
Fields
x: FieldOffset<PathArcTo, f32, AllowPin>y: FieldOffset<PathArcTo, f32, AllowPin>radius_x: FieldOffset<PathArcTo, f32, AllowPin>radius_y: FieldOffset<PathArcTo, f32, AllowPin>x_rotation: FieldOffset<PathArcTo, f32, AllowPin>large_arc: FieldOffset<PathArcTo, bool, AllowPin>sweep: FieldOffset<PathArcTo, bool, AllowPin>