Struct sixtyfps_corelib::items::FlickableFieldsOffsets[][src]

pub struct FlickableFieldsOffsets {
    pub x: FieldOffset<Flickable, Property<f32>, AllowPin>,
    pub y: FieldOffset<Flickable, Property<f32>, AllowPin>,
    pub width: FieldOffset<Flickable, Property<f32>, AllowPin>,
    pub height: FieldOffset<Flickable, Property<f32>, AllowPin>,
    pub viewport: FieldOffset<Flickable, Rectangle, AllowPin>,
    pub interactive: FieldOffset<Flickable, Property<bool>, AllowPin>,
    pub cached_rendering_data: FieldOffset<Flickable, CachedRenderingData, AllowPin>,
    // some fields omitted
}
Expand description

Helper struct containing the offsets of the fields of the struct Flickable

Generated from the derive macro const-field-offset::FieldOffsets

Fields

x: FieldOffset<Flickable, Property<f32>, AllowPin>y: FieldOffset<Flickable, Property<f32>, AllowPin>width: FieldOffset<Flickable, Property<f32>, AllowPin>height: FieldOffset<Flickable, Property<f32>, AllowPin>viewport: FieldOffset<Flickable, Rectangle, AllowPin>interactive: FieldOffset<Flickable, Property<bool>, AllowPin>cached_rendering_data: FieldOffset<Flickable, CachedRenderingData, AllowPin>

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.