Struct sixtyfps_corelib::items::BorderRectangleFieldsOffsets [−][src]
pub struct BorderRectangleFieldsOffsets {
pub background: FieldOffset<BorderRectangle, Property<Brush>, AllowPin>,
pub x: FieldOffset<BorderRectangle, Property<f32>, AllowPin>,
pub y: FieldOffset<BorderRectangle, Property<f32>, AllowPin>,
pub width: FieldOffset<BorderRectangle, Property<f32>, AllowPin>,
pub height: FieldOffset<BorderRectangle, Property<f32>, AllowPin>,
pub border_width: FieldOffset<BorderRectangle, Property<f32>, AllowPin>,
pub border_radius: FieldOffset<BorderRectangle, Property<f32>, AllowPin>,
pub border_color: FieldOffset<BorderRectangle, Property<Brush>, AllowPin>,
pub cached_rendering_data: FieldOffset<BorderRectangle, CachedRenderingData, AllowPin>,
}Expand description
Helper struct containing the offsets of the fields of the struct BorderRectangle
Generated from the derive macro const-field-offset::FieldOffsets
Fields
background: FieldOffset<BorderRectangle, Property<Brush>, AllowPin>x: FieldOffset<BorderRectangle, Property<f32>, AllowPin>y: FieldOffset<BorderRectangle, Property<f32>, AllowPin>width: FieldOffset<BorderRectangle, Property<f32>, AllowPin>height: FieldOffset<BorderRectangle, Property<f32>, AllowPin>border_width: FieldOffset<BorderRectangle, Property<f32>, AllowPin>border_radius: FieldOffset<BorderRectangle, Property<f32>, AllowPin>border_color: FieldOffset<BorderRectangle, Property<Brush>, AllowPin>cached_rendering_data: FieldOffset<BorderRectangle, CachedRenderingData, AllowPin>