Struct sixtyfps_corelib::items::RotateFieldsOffsets [−][src]
pub struct RotateFieldsOffsets { pub angle: FieldOffset<Rotate, Property<f32>, AllowPin>, pub origin_x: FieldOffset<Rotate, Property<f32>, AllowPin>, pub origin_y: FieldOffset<Rotate, Property<f32>, AllowPin>, pub width: FieldOffset<Rotate, Property<f32>, AllowPin>, pub height: FieldOffset<Rotate, Property<f32>, AllowPin>, pub cached_rendering_data: FieldOffset<Rotate, CachedRenderingData, AllowPin>, }
Helper struct containing the offsets of the fields of the struct Rotate
Generated from the derive macro const-field-offset::FieldOffsets
Fields
angle: FieldOffset<Rotate, Property<f32>, AllowPin>
origin_x: FieldOffset<Rotate, Property<f32>, AllowPin>
origin_y: FieldOffset<Rotate, Property<f32>, AllowPin>
width: FieldOffset<Rotate, Property<f32>, AllowPin>
height: FieldOffset<Rotate, Property<f32>, AllowPin>
cached_rendering_data: FieldOffset<Rotate, CachedRenderingData, AllowPin>
Auto Trait Implementations
impl !RefUnwindSafe for RotateFieldsOffsets
impl !RefUnwindSafe for RotateFieldsOffsets
impl Send for RotateFieldsOffsets
impl Send for RotateFieldsOffsets
impl !Sync for RotateFieldsOffsets
impl !Sync for RotateFieldsOffsets
impl !Unpin for RotateFieldsOffsets
impl !Unpin for RotateFieldsOffsets
impl UnwindSafe for RotateFieldsOffsets
impl UnwindSafe for RotateFieldsOffsets