Struct sixtyfps_corelib::items::WindowFieldsOffsets [−][src]
pub struct WindowFieldsOffsets { pub width: FieldOffset<Window, Property<f32>, AllowPin>, pub height: FieldOffset<Window, Property<f32>, AllowPin>, pub background: FieldOffset<Window, Property<Color>, AllowPin>, pub title: FieldOffset<Window, Property<SharedString>, AllowPin>, pub default_font_family: FieldOffset<Window, Property<SharedString>, AllowPin>, pub default_font_size: FieldOffset<Window, Property<f32>, AllowPin>, pub default_font_weight: FieldOffset<Window, Property<i32>, AllowPin>, pub cached_rendering_data: FieldOffset<Window, CachedRenderingData, AllowPin>, }
Expand description
Helper struct containing the offsets of the fields of the struct Window
Generated from the derive macro const-field-offset::FieldOffsets
Fields
width: FieldOffset<Window, Property<f32>, AllowPin>
height: FieldOffset<Window, Property<f32>, AllowPin>
background: FieldOffset<Window, Property<Color>, AllowPin>
title: FieldOffset<Window, Property<SharedString>, AllowPin>
default_font_family: FieldOffset<Window, Property<SharedString>, AllowPin>
default_font_size: FieldOffset<Window, Property<f32>, AllowPin>
default_font_weight: FieldOffset<Window, Property<i32>, AllowPin>
cached_rendering_data: FieldOffset<Window, CachedRenderingData, AllowPin>
Auto Trait Implementations
impl !RefUnwindSafe for WindowFieldsOffsets
impl Send for WindowFieldsOffsets
impl !Sync for WindowFieldsOffsets
impl !Unpin for WindowFieldsOffsets
impl UnwindSafe for WindowFieldsOffsets