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