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>
Auto Trait Implementations§
impl Freeze for PathMoveToFieldsOffsets
impl RefUnwindSafe for PathMoveToFieldsOffsets
impl Send for PathMoveToFieldsOffsets
impl Sync for PathMoveToFieldsOffsets
impl Unpin for PathMoveToFieldsOffsets
impl UnwindSafe for PathMoveToFieldsOffsets
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more