Struct sixtyfps_corelib::items::PathFieldsOffsets [−][src]
pub struct PathFieldsOffsets {}Show fields
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 viewbox_x: FieldOffset<Path, Property<f32>, AllowPin>, pub viewbox_y: FieldOffset<Path, Property<f32>, AllowPin>, pub viewbox_width: FieldOffset<Path, Property<f32>, AllowPin>, pub viewbox_height: FieldOffset<Path, Property<f32>, AllowPin>, pub clip: FieldOffset<Path, Property<bool>, AllowPin>, pub cached_rendering_data: FieldOffset<Path, CachedRenderingData, AllowPin>,
Expand description
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>
viewbox_x: FieldOffset<Path, Property<f32>, AllowPin>
viewbox_y: FieldOffset<Path, Property<f32>, AllowPin>
viewbox_width: FieldOffset<Path, Property<f32>, AllowPin>
viewbox_height: FieldOffset<Path, Property<f32>, AllowPin>
clip: FieldOffset<Path, Property<bool>, AllowPin>
cached_rendering_data: FieldOffset<Path, CachedRenderingData, AllowPin>
Auto Trait Implementations
impl !RefUnwindSafe for PathFieldsOffsets
impl !Send for PathFieldsOffsets
impl !Sync for PathFieldsOffsets
impl !Unpin for PathFieldsOffsets
impl UnwindSafe for PathFieldsOffsets