[][src]Struct sixtyfps_rendering_backend_qt::native_widgets::NativeCheckBoxFieldsOffsets

pub struct NativeCheckBoxFieldsOffsets {
    pub x: FieldOffset<NativeCheckBox, Property<f32>, AllowPin>,
    pub y: FieldOffset<NativeCheckBox, Property<f32>, AllowPin>,
    pub width: FieldOffset<NativeCheckBox, Property<f32>, AllowPin>,
    pub height: FieldOffset<NativeCheckBox, Property<f32>, AllowPin>,
    pub enabled: FieldOffset<NativeCheckBox, Property<bool>, AllowPin>,
    pub toggled: FieldOffset<NativeCheckBox, Signal<()>, AllowPin>,
    pub text: FieldOffset<NativeCheckBox, Property<SharedString>, AllowPin>,
    pub checked: FieldOffset<NativeCheckBox, Property<bool>, AllowPin>,
    pub cached_rendering_data: FieldOffset<NativeCheckBox, CachedRenderingData, AllowPin>,
}

Helper struct containing the offsets of the fields of the struct NativeCheckBox

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

Fields

x: FieldOffset<NativeCheckBox, Property<f32>, AllowPin>y: FieldOffset<NativeCheckBox, Property<f32>, AllowPin>width: FieldOffset<NativeCheckBox, Property<f32>, AllowPin>height: FieldOffset<NativeCheckBox, Property<f32>, AllowPin>enabled: FieldOffset<NativeCheckBox, Property<bool>, AllowPin>toggled: FieldOffset<NativeCheckBox, Signal<()>, AllowPin>text: FieldOffset<NativeCheckBox, Property<SharedString>, AllowPin>checked: FieldOffset<NativeCheckBox, Property<bool>, AllowPin>cached_rendering_data: FieldOffset<NativeCheckBox, CachedRenderingData, 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.