Struct sixtyfps_corelib::items::PathFieldsOffsets [−][src]
pub struct PathFieldsOffsets { pub x: FieldOffset<Path, Property<f32>, AllowPin>, pub y: FieldOffset<Path, Property<f32>, AllowPin>, pub width: FieldOffset<Path, Property<f32>, AllowPin>, pub height: FieldOffset<Path, Property<f32>, AllowPin>, pub elements: FieldOffset<Path, Property<PathData>, AllowPin>, pub fill: FieldOffset<Path, Property<Brush>, AllowPin>, pub fill_rule: FieldOffset<Path, Property<FillRule>, AllowPin>, pub stroke: FieldOffset<Path, Property<Brush>, AllowPin>, pub stroke_width: FieldOffset<Path, Property<f32>, AllowPin>, pub cached_rendering_data: FieldOffset<Path, CachedRenderingData, AllowPin>, }
Helper struct containing the offsets of the fields of the struct Path
Generated from the derive macro const-field-offset::FieldOffsets
Fields
x: FieldOffset<Path, Property<f32>, AllowPin>
y: FieldOffset<Path, Property<f32>, AllowPin>
width: FieldOffset<Path, Property<f32>, AllowPin>
height: FieldOffset<Path, Property<f32>, AllowPin>
elements: FieldOffset<Path, Property<PathData>, AllowPin>
fill: FieldOffset<Path, Property<Brush>, AllowPin>
fill_rule: FieldOffset<Path, Property<FillRule>, AllowPin>
stroke: FieldOffset<Path, Property<Brush>, AllowPin>
stroke_width: FieldOffset<Path, Property<f32>, AllowPin>
cached_rendering_data: FieldOffset<Path, CachedRenderingData, AllowPin>
Auto Trait Implementations
impl !RefUnwindSafe for PathFieldsOffsets
impl !RefUnwindSafe for PathFieldsOffsets
impl !Send for PathFieldsOffsets
impl !Send for PathFieldsOffsets
impl !Sync for PathFieldsOffsets
impl !Sync for PathFieldsOffsets
impl !Unpin for PathFieldsOffsets
impl !Unpin for PathFieldsOffsets
impl UnwindSafe for PathFieldsOffsets
impl UnwindSafe for PathFieldsOffsets