pub struct PathQuadraticToFieldsOffsets;Available on crate feature
path only.Expand description
Helper struct containing the offsets of the fields of the struct PathQuadraticTo
Generated from the #[derive(FieldOffsets)] macro from the const-field-offset crate
Implementations§
Source§impl PathQuadraticToFieldsOffsets
impl PathQuadraticToFieldsOffsets
pub const fn x(self) -> FieldOffset<PathQuadraticTo, f32, AllowPin>
pub const fn y(self) -> FieldOffset<PathQuadraticTo, f32, AllowPin>
pub const fn control_x(self) -> FieldOffset<PathQuadraticTo, f32, AllowPin>
pub const fn control_y(self) -> FieldOffset<PathQuadraticTo, f32, AllowPin>
Auto Trait Implementations§
impl Freeze for PathQuadraticToFieldsOffsets
impl RefUnwindSafe for PathQuadraticToFieldsOffsets
impl Send for PathQuadraticToFieldsOffsets
impl Sync for PathQuadraticToFieldsOffsets
impl Unpin for PathQuadraticToFieldsOffsets
impl UnsafeUnpin for PathQuadraticToFieldsOffsets
impl UnwindSafe for PathQuadraticToFieldsOffsets
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