pub struct HoverRegionBox<H, F> { /* private fields */ }Expand description
A patchable hover-region builder for app-facing interaction shells.
Implementations§
Source§impl<H, F> HoverRegionBox<H, F>
impl<H, F> HoverRegionBox<H, F>
Trait Implementations§
Source§impl<H: UiHost, F, I> IntoUiElement<H> for HoverRegionBox<H, F>
impl<H: UiHost, F, I> IntoUiElement<H> for HoverRegionBox<H, F>
fn into_element(self, cx: &mut ElementContext<'_, H>) -> AnyElement
Source§impl<H, F> UiPatchTarget for HoverRegionBox<H, F>
impl<H, F> UiPatchTarget for HoverRegionBox<H, F>
Source§fn apply_ui_patch(self, patch: UiPatch) -> Self
fn apply_ui_patch(self, patch: UiPatch) -> Self
Applies an aggregated authoring patch (chrome + layout) and returns the refined value. Read more
impl<H, F> UiSupportsLayout for HoverRegionBox<H, F>
Auto Trait Implementations§
impl<H, F> Freeze for HoverRegionBox<H, F>where
F: Freeze,
impl<H, F> RefUnwindSafe for HoverRegionBox<H, F>where
F: RefUnwindSafe,
impl<H, F> Send for HoverRegionBox<H, F>where
F: Send,
impl<H, F> Sync for HoverRegionBox<H, F>where
F: Sync,
impl<H, F> Unpin for HoverRegionBox<H, F>where
F: Unpin,
impl<H, F> UnsafeUnpin for HoverRegionBox<H, F>where
F: UnsafeUnpin,
impl<H, F> UnwindSafe for HoverRegionBox<H, F>where
F: UnwindSafe,
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