Struct sixtyfps_corelib::graphics::PathMoveToFieldsOffsets [−][src]
pub struct PathMoveToFieldsOffsets { pub x: FieldOffset<PathMoveTo, f32, AllowPin>, pub y: FieldOffset<PathMoveTo, f32, AllowPin>, }
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>
Auto Trait Implementations
impl RefUnwindSafe for PathMoveToFieldsOffsets
impl RefUnwindSafe for PathMoveToFieldsOffsets
impl Send for PathMoveToFieldsOffsets
impl Send for PathMoveToFieldsOffsets
impl Sync for PathMoveToFieldsOffsets
impl Sync for PathMoveToFieldsOffsets
impl Unpin for PathMoveToFieldsOffsets
impl Unpin for PathMoveToFieldsOffsets
impl UnwindSafe for PathMoveToFieldsOffsets
impl UnwindSafe for PathMoveToFieldsOffsets