pub struct PathMoveToFieldsOffsets;Available on crate feature
path only.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
Implementations§
Source§impl PathMoveToFieldsOffsets
impl PathMoveToFieldsOffsets
pub const fn x(self) -> FieldOffset<PathMoveTo, f32, AllowPin>
pub const fn y(self) -> 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 UnsafeUnpin 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