pub struct NativeTableHeaderSectionFieldsOffsets {
pub item: FieldOffset<NativeTableHeaderSection, Property<TableColumn>, AllowPin>,
pub index: FieldOffset<NativeTableHeaderSection, Property<i32>, AllowPin>,
pub cached_rendering_data: FieldOffset<NativeTableHeaderSection, CachedRenderingData, AllowPin>,
pub has_hover: FieldOffset<NativeTableHeaderSection, Property<bool>, AllowPin>,
/* private fields */
}
Expand description
Helper struct containing the offsets of the fields of the struct NativeTableHeaderSection
Generated from the #[derive(FieldOffsets)]
macro from the const-field-offset
crate
Fields§
§item: FieldOffset<NativeTableHeaderSection, Property<TableColumn>, AllowPin>
§index: FieldOffset<NativeTableHeaderSection, Property<i32>, AllowPin>
§cached_rendering_data: FieldOffset<NativeTableHeaderSection, CachedRenderingData, AllowPin>
§has_hover: FieldOffset<NativeTableHeaderSection, Property<bool>, AllowPin>
Auto Trait Implementations§
impl Freeze for NativeTableHeaderSectionFieldsOffsets
impl !RefUnwindSafe for NativeTableHeaderSectionFieldsOffsets
impl Send for NativeTableHeaderSectionFieldsOffsets
impl !Sync for NativeTableHeaderSectionFieldsOffsets
impl !Unpin for NativeTableHeaderSectionFieldsOffsets
impl UnwindSafe for NativeTableHeaderSectionFieldsOffsets
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