Struct sixtyfps_corelib::graphics::PathArcToFieldsOffsets [−][src]
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>, }
Helper struct containing the offsets of the fields of the struct PathArcTo
Generated from the derive macro const-field-offset::FieldOffsets
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>
Auto Trait Implementations
impl RefUnwindSafe for PathArcToFieldsOffsets
impl RefUnwindSafe for PathArcToFieldsOffsets
impl Send for PathArcToFieldsOffsets
impl Send for PathArcToFieldsOffsets
impl Sync for PathArcToFieldsOffsets
impl Sync for PathArcToFieldsOffsets
impl Unpin for PathArcToFieldsOffsets
impl Unpin for PathArcToFieldsOffsets
impl UnwindSafe for PathArcToFieldsOffsets
impl UnwindSafe for PathArcToFieldsOffsets