Struct sixtyfps_corelib::graphics::PathLineToFieldsOffsets [−][src]
pub struct PathLineToFieldsOffsets { pub x: FieldOffset<PathLineTo, f32, AllowPin>, pub y: FieldOffset<PathLineTo, f32, AllowPin>, }
Helper struct containing the offsets of the fields of the struct PathLineTo
Generated from the derive macro const-field-offset::FieldOffsets
Fields
x: FieldOffset<PathLineTo, f32, AllowPin>
y: FieldOffset<PathLineTo, f32, AllowPin>
Auto Trait Implementations
impl RefUnwindSafe for PathLineToFieldsOffsets
impl RefUnwindSafe for PathLineToFieldsOffsets
impl Send for PathLineToFieldsOffsets
impl Send for PathLineToFieldsOffsets
impl Sync for PathLineToFieldsOffsets
impl Sync for PathLineToFieldsOffsets
impl Unpin for PathLineToFieldsOffsets
impl Unpin for PathLineToFieldsOffsets
impl UnwindSafe for PathLineToFieldsOffsets
impl UnwindSafe for PathLineToFieldsOffsets