Struct sixtyfps_corelib::items::ClipFieldsOffsets[][src]

pub struct ClipFieldsOffsets {
    pub x: FieldOffset<Clip, Property<f32>, AllowPin>,
    pub y: FieldOffset<Clip, Property<f32>, AllowPin>,
    pub width: FieldOffset<Clip, Property<f32>, AllowPin>,
    pub height: FieldOffset<Clip, Property<f32>, AllowPin>,
    pub border_radius: FieldOffset<Clip, Property<f32>, AllowPin>,
    pub border_width: FieldOffset<Clip, Property<f32>, AllowPin>,
    pub cached_rendering_data: FieldOffset<Clip, CachedRenderingData, AllowPin>,
    pub clip: FieldOffset<Clip, Property<bool>, AllowPin>,
}
Expand description

Helper struct containing the offsets of the fields of the struct Clip

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

Fields

x: FieldOffset<Clip, Property<f32>, AllowPin>y: FieldOffset<Clip, Property<f32>, AllowPin>width: FieldOffset<Clip, Property<f32>, AllowPin>height: FieldOffset<Clip, Property<f32>, AllowPin>border_radius: FieldOffset<Clip, Property<f32>, AllowPin>border_width: FieldOffset<Clip, Property<f32>, AllowPin>cached_rendering_data: FieldOffset<Clip, CachedRenderingData, AllowPin>clip: FieldOffset<Clip, Property<bool>, 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.