Struct sixtyfps_rendering_backend_qt::native_widgets::NativeGroupBox[][src]

#[repr(C)]
pub struct NativeGroupBox { pub x: Property<f32>, pub y: Property<f32>, pub width: Property<f32>, pub height: Property<f32>, pub enabled: Property<bool>, pub title: Property<SharedString>, pub cached_rendering_data: CachedRenderingData, pub native_padding_left: Property<f32>, pub native_padding_right: Property<f32>, pub native_padding_top: Property<f32>, pub native_padding_bottom: Property<f32>, }

Fields

x: Property<f32>y: Property<f32>width: Property<f32>height: Property<f32>enabled: Property<bool>title: Property<SharedString>cached_rendering_data: CachedRenderingDatanative_padding_left: Property<f32>native_padding_right: Property<f32>native_padding_top: Property<f32>native_padding_bottom: Property<f32>

Implementations

impl NativeGroupBox[src]

pub const FIELD_OFFSETS: NativeGroupBoxFieldsOffsets[src]

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

impl NativeGroupBox[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 enabled(self: Pin<&Self>) -> bool[src]

pub fn title(self: Pin<&Self>) -> SharedString[src]

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

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

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

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

Trait Implementations

impl BuiltinItem for NativeGroupBox[src]

impl Default for NativeGroupBox[src]

impl HasStaticVTable<ItemVTable> for NativeGroupBox[src]

impl Item for NativeGroupBox[src]

impl ItemConsts for NativeGroupBox[src]

impl<'__dummy_lifetime> Unpin for NativeGroupBox 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.