pub struct PathLineToFieldsOffsets {
pub x: FieldOffset<PathLineTo, f32, AllowPin>,
pub y: FieldOffset<PathLineTo, f32, AllowPin>,
}
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
Fields§
§x: FieldOffset<PathLineTo, f32, AllowPin>
§y: 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 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