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