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