Struct sixtyfps_corelib::items::OpacityFieldsOffsets
source · [−]pub struct OpacityFieldsOffsets {
pub x: FieldOffset<Opacity, Property<f32>, AllowPin>,
pub y: FieldOffset<Opacity, Property<f32>, AllowPin>,
pub width: FieldOffset<Opacity, Property<f32>, AllowPin>,
pub height: FieldOffset<Opacity, Property<f32>, AllowPin>,
pub opacity: FieldOffset<Opacity, Property<f32>, AllowPin>,
pub cached_rendering_data: FieldOffset<Opacity, CachedRenderingData, AllowPin>,
}
Expand description
Helper struct containing the offsets of the fields of the struct Opacity
Generated from the #[derive(FieldOffsets)]
macro from the const-field-offset
crate
Fields
x: FieldOffset<Opacity, Property<f32>, AllowPin>
y: FieldOffset<Opacity, Property<f32>, AllowPin>
width: FieldOffset<Opacity, Property<f32>, AllowPin>
height: FieldOffset<Opacity, Property<f32>, AllowPin>
opacity: FieldOffset<Opacity, Property<f32>, AllowPin>
cached_rendering_data: FieldOffset<Opacity, CachedRenderingData, AllowPin>