Struct sixtyfps_rendering_backend_qt::native_widgets::NativeStandardListViewItem[][src]

#[repr(C)]
pub struct NativeStandardListViewItem { pub x: Property<f32>, pub y: Property<f32>, pub width: Property<f32>, pub height: Property<f32>, pub item: Property<StandardListViewItem>, pub index: Property<i32>, pub is_selected: Property<bool>, pub cached_rendering_data: CachedRenderingData, }

Fields

x: Property<f32>y: Property<f32>width: Property<f32>height: Property<f32>item: Property<StandardListViewItem>index: Property<i32>is_selected: Property<bool>cached_rendering_data: CachedRenderingData

Implementations

impl NativeStandardListViewItem[src]

pub const FIELD_OFFSETS: NativeStandardListViewItemFieldsOffsets[src]

Return a struct containing the offset of for the fields of this struct

impl NativeStandardListViewItem[src]

pub fn x(self: Pin<&Self>) -> f32[src]

pub fn y(self: Pin<&Self>) -> f32[src]

pub fn width(self: Pin<&Self>) -> f32[src]

pub fn height(self: Pin<&Self>) -> f32[src]

pub fn item(self: Pin<&Self>) -> StandardListViewItem[src]

pub fn index(self: Pin<&Self>) -> i32[src]

pub fn is_selected(self: Pin<&Self>) -> bool[src]

Trait Implementations

impl BuiltinItem for NativeStandardListViewItem[src]

impl Default for NativeStandardListViewItem[src]

impl HasStaticVTable<ItemVTable> for NativeStandardListViewItem[src]

impl Item for NativeStandardListViewItem[src]

impl ItemConsts for NativeStandardListViewItem[src]

impl<'__dummy_lifetime> Unpin for NativeStandardListViewItem where
    __MustNotImplUnpin<'__dummy_lifetime>: Unpin
[src]

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.