pub struct OverlayEntry {
pub id: u64,
pub builder: Rc<dyn Fn() -> View>,
pub z_index: f32,
pub pass_through: bool,
}Fields§
§id: u64§builder: Rc<dyn Fn() -> View>§z_index: f32§pass_through: boolTrait Implementations§
Source§impl Clone for OverlayEntry
impl Clone for OverlayEntry
Source§fn clone(&self) -> OverlayEntry
fn clone(&self) -> OverlayEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for OverlayEntry
impl !RefUnwindSafe for OverlayEntry
impl !Send for OverlayEntry
impl !Sync for OverlayEntry
impl Unpin for OverlayEntry
impl !UnwindSafe for OverlayEntry
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