pub struct TooltipAreaFieldsOffsets;Expand description
Helper struct containing the offsets of the fields of the struct TooltipArea
Generated from the #[derive(FieldOffsets)] macro from the const-field-offset crate
Implementations§
Source§impl TooltipAreaFieldsOffsets
impl TooltipAreaFieldsOffsets
pub const fn has_hover( self, ) -> FieldOffset<TooltipArea, Property<bool>, AllowPin>
pub const fn mouse_x( self, ) -> FieldOffset<TooltipArea, Property<LogicalLength>, AllowPin>
pub const fn mouse_y( self, ) -> FieldOffset<TooltipArea, Property<LogicalLength>, AllowPin>
pub const fn text( self, ) -> FieldOffset<TooltipArea, Property<StyledText>, AllowPin>
pub const fn delay(self) -> FieldOffset<TooltipArea, Property<i64>, AllowPin>
pub const fn offset( self, ) -> FieldOffset<TooltipArea, Property<LogicalLength>, AllowPin>
pub const fn show(self) -> FieldOffset<TooltipArea, Callback<VoidArg>, AllowPin>
pub const fn hide(self) -> FieldOffset<TooltipArea, Callback<VoidArg>, AllowPin>
pub const fn cached_rendering_data( self, ) -> FieldOffset<TooltipArea, CachedRenderingData, AllowPin>
Auto Trait Implementations§
impl Freeze for TooltipAreaFieldsOffsets
impl RefUnwindSafe for TooltipAreaFieldsOffsets
impl Send for TooltipAreaFieldsOffsets
impl Sync for TooltipAreaFieldsOffsets
impl Unpin for TooltipAreaFieldsOffsets
impl UnsafeUnpin for TooltipAreaFieldsOffsets
impl UnwindSafe for TooltipAreaFieldsOffsets
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