[][src]Struct sixtyfps_rendering_backend_qt::native_widgets::NativeStandardListViewItemFieldsOffsets

pub struct NativeStandardListViewItemFieldsOffsets {
    pub x: FieldOffset<NativeStandardListViewItem, Property<f32>, AllowPin>,
    pub y: FieldOffset<NativeStandardListViewItem, Property<f32>, AllowPin>,
    pub width: FieldOffset<NativeStandardListViewItem, Property<f32>, AllowPin>,
    pub height: FieldOffset<NativeStandardListViewItem, Property<f32>, AllowPin>,
    pub item: FieldOffset<NativeStandardListViewItem, Property<StandardListViewItem>, AllowPin>,
    pub index: FieldOffset<NativeStandardListViewItem, Property<i32>, AllowPin>,
    pub is_selected: FieldOffset<NativeStandardListViewItem, Property<bool>, AllowPin>,
    pub cached_rendering_data: FieldOffset<NativeStandardListViewItem, CachedRenderingData, AllowPin>,
}

Helper struct containing the offsets of the fields of the struct NativeStandardListViewItem

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

Fields

x: FieldOffset<NativeStandardListViewItem, Property<f32>, AllowPin>y: FieldOffset<NativeStandardListViewItem, Property<f32>, AllowPin>width: FieldOffset<NativeStandardListViewItem, Property<f32>, AllowPin>height: FieldOffset<NativeStandardListViewItem, Property<f32>, AllowPin>item: FieldOffset<NativeStandardListViewItem, Property<StandardListViewItem>, AllowPin>index: FieldOffset<NativeStandardListViewItem, Property<i32>, AllowPin>is_selected: FieldOffset<NativeStandardListViewItem, Property<bool>, AllowPin>cached_rendering_data: FieldOffset<NativeStandardListViewItem, 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.