Struct sixtyfps_corelib::graphics::PathMoveToFieldsOffsets [−][src]
pub struct PathMoveToFieldsOffsets {
pub x: FieldOffset<PathMoveTo, f32, AllowPin>,
pub y: FieldOffset<PathMoveTo, f32, AllowPin>,
}Expand description
Helper struct containing the offsets of the fields of the struct PathMoveTo
Generated from the #[derive(FieldOffsets)] macro from the const-field-offset crate
Fields
x: FieldOffset<PathMoveTo, f32, AllowPin>y: FieldOffset<PathMoveTo, f32, AllowPin>