Struct sixtyfps_corelib::items::ImageItemFieldsOffsets [−][src]
pub struct ImageItemFieldsOffsets { pub source: FieldOffset<ImageItem, Property<Image>, AllowPin>, pub x: FieldOffset<ImageItem, Property<f32>, AllowPin>, pub y: FieldOffset<ImageItem, Property<f32>, AllowPin>, pub width: FieldOffset<ImageItem, Property<f32>, AllowPin>, pub height: FieldOffset<ImageItem, Property<f32>, AllowPin>, pub image_fit: FieldOffset<ImageItem, Property<ImageFit>, AllowPin>, pub cached_rendering_data: FieldOffset<ImageItem, CachedRenderingData, AllowPin>, }
Expand description
Helper struct containing the offsets of the fields of the struct ImageItem
Generated from the derive macro const-field-offset::FieldOffsets
Fields
source: FieldOffset<ImageItem, Property<Image>, AllowPin>
x: FieldOffset<ImageItem, Property<f32>, AllowPin>
y: FieldOffset<ImageItem, Property<f32>, AllowPin>
width: FieldOffset<ImageItem, Property<f32>, AllowPin>
height: FieldOffset<ImageItem, Property<f32>, AllowPin>
image_fit: FieldOffset<ImageItem, Property<ImageFit>, AllowPin>
cached_rendering_data: FieldOffset<ImageItem, CachedRenderingData, AllowPin>
Auto Trait Implementations
impl !RefUnwindSafe for ImageItemFieldsOffsets
impl !Send for ImageItemFieldsOffsets
impl !Sync for ImageItemFieldsOffsets
impl !Unpin for ImageItemFieldsOffsets
impl UnwindSafe for ImageItemFieldsOffsets