Struct sixtyfps_rendering_backend_qt::native_widgets::NativeComboBoxFieldsOffsets [−][src]
pub struct NativeComboBoxFieldsOffsets { pub x: FieldOffset<NativeComboBox, Property<f32>, AllowPin>, pub y: FieldOffset<NativeComboBox, Property<f32>, AllowPin>, pub width: FieldOffset<NativeComboBox, Property<f32>, AllowPin>, pub height: FieldOffset<NativeComboBox, Property<f32>, AllowPin>, pub enabled: FieldOffset<NativeComboBox, Property<bool>, AllowPin>, pub pressed: FieldOffset<NativeComboBox, Property<bool>, AllowPin>, pub is_open: FieldOffset<NativeComboBox, Property<bool>, AllowPin>, pub current_value: FieldOffset<NativeComboBox, Property<SharedString>, AllowPin>, pub cached_rendering_data: FieldOffset<NativeComboBox, CachedRenderingData, AllowPin>, pub open_popup: FieldOffset<NativeComboBox, Callback<VoidArg>, AllowPin>, }
Helper struct containing the offsets of the fields of the struct NativeComboBox
Generated from the derive macro const-field-offset::FieldOffsets
Fields
x: FieldOffset<NativeComboBox, Property<f32>, AllowPin>
y: FieldOffset<NativeComboBox, Property<f32>, AllowPin>
width: FieldOffset<NativeComboBox, Property<f32>, AllowPin>
height: FieldOffset<NativeComboBox, Property<f32>, AllowPin>
enabled: FieldOffset<NativeComboBox, Property<bool>, AllowPin>
pressed: FieldOffset<NativeComboBox, Property<bool>, AllowPin>
is_open: FieldOffset<NativeComboBox, Property<bool>, AllowPin>
current_value: FieldOffset<NativeComboBox, Property<SharedString>, AllowPin>
cached_rendering_data: FieldOffset<NativeComboBox, CachedRenderingData, AllowPin>
open_popup: FieldOffset<NativeComboBox, Callback<VoidArg>, AllowPin>
Auto Trait Implementations
impl !RefUnwindSafe for NativeComboBoxFieldsOffsets
impl !RefUnwindSafe for NativeComboBoxFieldsOffsets
impl !Send for NativeComboBoxFieldsOffsets
impl !Send for NativeComboBoxFieldsOffsets
impl !Sync for NativeComboBoxFieldsOffsets
impl !Sync for NativeComboBoxFieldsOffsets
impl !Unpin for NativeComboBoxFieldsOffsets
impl !Unpin for NativeComboBoxFieldsOffsets
impl !UnwindSafe for NativeComboBoxFieldsOffsets
impl !UnwindSafe for NativeComboBoxFieldsOffsets