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 macro const-field-offset::FieldOffsets
Fields
x: FieldOffset<PathMoveTo, f32, AllowPin>
y: FieldOffset<PathMoveTo, f32, AllowPin>