Struct sixtyfps_rendering_backend_qt::native_widgets::NativeButtonFieldsOffsets [−][src]
pub struct NativeButtonFieldsOffsets { pub x: FieldOffset<NativeButton, Property<f32>, AllowPin>, pub y: FieldOffset<NativeButton, Property<f32>, AllowPin>, pub width: FieldOffset<NativeButton, Property<f32>, AllowPin>, pub height: FieldOffset<NativeButton, Property<f32>, AllowPin>, pub text: FieldOffset<NativeButton, Property<SharedString>, AllowPin>, pub enabled: FieldOffset<NativeButton, Property<bool>, AllowPin>, pub pressed: FieldOffset<NativeButton, Property<bool>, AllowPin>, pub clicked: FieldOffset<NativeButton, Callback<VoidArg>, AllowPin>, pub cached_rendering_data: FieldOffset<NativeButton, CachedRenderingData, AllowPin>, }
Helper struct containing the offsets of the fields of the struct NativeButton
Generated from the derive macro const-field-offset::FieldOffsets
Fields
x: FieldOffset<NativeButton, Property<f32>, AllowPin>
y: FieldOffset<NativeButton, Property<f32>, AllowPin>
width: FieldOffset<NativeButton, Property<f32>, AllowPin>
height: FieldOffset<NativeButton, Property<f32>, AllowPin>
text: FieldOffset<NativeButton, Property<SharedString>, AllowPin>
enabled: FieldOffset<NativeButton, Property<bool>, AllowPin>
pressed: FieldOffset<NativeButton, Property<bool>, AllowPin>
clicked: FieldOffset<NativeButton, Callback<VoidArg>, AllowPin>
cached_rendering_data: FieldOffset<NativeButton, CachedRenderingData, AllowPin>
Auto Trait Implementations
impl !RefUnwindSafe for NativeButtonFieldsOffsets
impl !RefUnwindSafe for NativeButtonFieldsOffsets
impl !Send for NativeButtonFieldsOffsets
impl !Send for NativeButtonFieldsOffsets
impl !Sync for NativeButtonFieldsOffsets
impl !Sync for NativeButtonFieldsOffsets
impl !Unpin for NativeButtonFieldsOffsets
impl !Unpin for NativeButtonFieldsOffsets
impl !UnwindSafe for NativeButtonFieldsOffsets
impl !UnwindSafe for NativeButtonFieldsOffsets