[][src]Struct sixtyfps_rendering_backend_qt::native_widgets::NativeComboBoxFieldsOffsets

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, Signal<()>, 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, Signal<()>, AllowPin>

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.