[][src]Struct sixtyfps_rendering_backend_qt::native_widgets::NativeScrollViewFieldsOffsets

pub struct NativeScrollViewFieldsOffsets {
    pub x: FieldOffset<NativeScrollView, Property<f32>, AllowPin>,
    pub y: FieldOffset<NativeScrollView, Property<f32>, AllowPin>,
    pub width: FieldOffset<NativeScrollView, Property<f32>, AllowPin>,
    pub height: FieldOffset<NativeScrollView, Property<f32>, AllowPin>,
    pub horizontal_max: FieldOffset<NativeScrollView, Property<f32>, AllowPin>,
    pub horizontal_page_size: FieldOffset<NativeScrollView, Property<f32>, AllowPin>,
    pub horizontal_value: FieldOffset<NativeScrollView, Property<f32>, AllowPin>,
    pub vertical_max: FieldOffset<NativeScrollView, Property<f32>, AllowPin>,
    pub vertical_page_size: FieldOffset<NativeScrollView, Property<f32>, AllowPin>,
    pub vertical_value: FieldOffset<NativeScrollView, Property<f32>, AllowPin>,
    pub cached_rendering_data: FieldOffset<NativeScrollView, CachedRenderingData, AllowPin>,
    pub native_padding_left: FieldOffset<NativeScrollView, Property<f32>, AllowPin>,
    pub native_padding_right: FieldOffset<NativeScrollView, Property<f32>, AllowPin>,
    pub native_padding_top: FieldOffset<NativeScrollView, Property<f32>, AllowPin>,
    pub native_padding_bottom: FieldOffset<NativeScrollView, Property<f32>, AllowPin>,
    // some fields omitted
}

Helper struct containing the offsets of the fields of the struct NativeScrollView

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

Fields

x: FieldOffset<NativeScrollView, Property<f32>, AllowPin>y: FieldOffset<NativeScrollView, Property<f32>, AllowPin>width: FieldOffset<NativeScrollView, Property<f32>, AllowPin>height: FieldOffset<NativeScrollView, Property<f32>, AllowPin>horizontal_max: FieldOffset<NativeScrollView, Property<f32>, AllowPin>horizontal_page_size: FieldOffset<NativeScrollView, Property<f32>, AllowPin>horizontal_value: FieldOffset<NativeScrollView, Property<f32>, AllowPin>vertical_max: FieldOffset<NativeScrollView, Property<f32>, AllowPin>vertical_page_size: FieldOffset<NativeScrollView, Property<f32>, AllowPin>vertical_value: FieldOffset<NativeScrollView, Property<f32>, AllowPin>cached_rendering_data: FieldOffset<NativeScrollView, CachedRenderingData, AllowPin>native_padding_left: FieldOffset<NativeScrollView, Property<f32>, AllowPin>native_padding_right: FieldOffset<NativeScrollView, Property<f32>, AllowPin>native_padding_top: FieldOffset<NativeScrollView, Property<f32>, AllowPin>native_padding_bottom: FieldOffset<NativeScrollView, Property<f32>, 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.