pub struct Overlay<Base, Layer> { /* private fields */ }Expand description
A view that layers overlay content on top of a base view without
allowing the overlay to influence layout sizing.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Base, Layer> Freeze for Overlay<Base, Layer>
impl<Base, Layer> RefUnwindSafe for Overlay<Base, Layer>where
Base: RefUnwindSafe,
Layer: RefUnwindSafe,
impl<Base, Layer> Send for Overlay<Base, Layer>
impl<Base, Layer> Sync for Overlay<Base, Layer>
impl<Base, Layer> Unpin for Overlay<Base, Layer>
impl<Base, Layer> UnwindSafe for Overlay<Base, Layer>where
Base: UnwindSafe,
Layer: UnwindSafe,
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more