Struct i_slint_core::graphics::PathMoveToFieldsOffsets
source · [−]pub struct PathMoveToFieldsOffsets {
pub x: FieldOffset<PathMoveTo, f32, AllowPin>,
pub y: FieldOffset<PathMoveTo, f32, AllowPin>,
}Expand description
Helper struct containing the offsets of the fields of the struct PathMoveTo
Generated from the #[derive(FieldOffsets)] macro from the const-field-offset crate
Fields
x: FieldOffset<PathMoveTo, f32, AllowPin>y: FieldOffset<PathMoveTo, f32, AllowPin>Auto Trait Implementations
impl RefUnwindSafe for PathMoveToFieldsOffsets
impl Send for PathMoveToFieldsOffsets
impl Sync for PathMoveToFieldsOffsets
impl Unpin for PathMoveToFieldsOffsets
impl UnwindSafe for PathMoveToFieldsOffsets
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