pub struct PathQuadraticToFieldsOffsets {
pub x: FieldOffset<PathQuadraticTo, f32, AllowPin>,
pub y: FieldOffset<PathQuadraticTo, f32, AllowPin>,
pub control_x: FieldOffset<PathQuadraticTo, f32, AllowPin>,
pub control_y: FieldOffset<PathQuadraticTo, f32, AllowPin>,
}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
Fields
x: FieldOffset<PathQuadraticTo, f32, AllowPin>y: FieldOffset<PathQuadraticTo, f32, AllowPin>control_x: FieldOffset<PathQuadraticTo, f32, AllowPin>control_y: FieldOffset<PathQuadraticTo, f32, AllowPin>Auto Trait Implementations
impl RefUnwindSafe for PathQuadraticToFieldsOffsets
impl Send for PathQuadraticToFieldsOffsets
impl Sync for PathQuadraticToFieldsOffsets
impl Unpin for PathQuadraticToFieldsOffsets
impl UnwindSafe for PathQuadraticToFieldsOffsets
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more