pub struct Overlay<T, O> { /* private fields */ }
Expand description
A view that lays out its children on top of each other.
Implementations§
Trait Implementations§
impl<T: Eq, O: Eq> Eq for Overlay<T, O>
impl<T, O> StructuralPartialEq for Overlay<T, O>
Auto Trait Implementations§
impl<T, O> Freeze for Overlay<T, O>
impl<T, O> RefUnwindSafe for Overlay<T, O>where
T: RefUnwindSafe,
O: RefUnwindSafe,
impl<T, O> Send for Overlay<T, O>
impl<T, O> Sync for Overlay<T, O>
impl<T, O> Unpin for Overlay<T, O>
impl<T, O> UnwindSafe for Overlay<T, O>where
T: UnwindSafe,
O: 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