pub struct NativeGroupBoxFieldsOffsets {
pub enabled: FieldOffset<NativeGroupBox, Property<bool>, AllowPin>,
pub title: FieldOffset<NativeGroupBox, Property<SharedString>, AllowPin>,
pub cached_rendering_data: FieldOffset<NativeGroupBox, CachedRenderingData, AllowPin>,
pub native_padding_left: FieldOffset<NativeGroupBox, Property<LogicalLength>, AllowPin>,
pub native_padding_right: FieldOffset<NativeGroupBox, Property<LogicalLength>, AllowPin>,
pub native_padding_top: FieldOffset<NativeGroupBox, Property<LogicalLength>, AllowPin>,
pub native_padding_bottom: FieldOffset<NativeGroupBox, Property<LogicalLength>, AllowPin>,
/* private fields */
}
Expand description
Helper struct containing the offsets of the fields of the struct NativeGroupBox
Generated from the #[derive(FieldOffsets)]
macro from the const-field-offset
crate
Fields§
§enabled: FieldOffset<NativeGroupBox, Property<bool>, AllowPin>
§title: FieldOffset<NativeGroupBox, Property<SharedString>, AllowPin>
§cached_rendering_data: FieldOffset<NativeGroupBox, CachedRenderingData, AllowPin>
§native_padding_left: FieldOffset<NativeGroupBox, Property<LogicalLength>, AllowPin>
§native_padding_right: FieldOffset<NativeGroupBox, Property<LogicalLength>, AllowPin>
§native_padding_top: FieldOffset<NativeGroupBox, Property<LogicalLength>, AllowPin>
§native_padding_bottom: FieldOffset<NativeGroupBox, Property<LogicalLength>, AllowPin>
Auto Trait Implementations§
impl Freeze for NativeGroupBoxFieldsOffsets
impl !RefUnwindSafe for NativeGroupBoxFieldsOffsets
impl Send for NativeGroupBoxFieldsOffsets
impl !Sync for NativeGroupBoxFieldsOffsets
impl !Unpin for NativeGroupBoxFieldsOffsets
impl UnwindSafe for NativeGroupBoxFieldsOffsets
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more