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