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