pub struct GetTopLayerElements {}Expand description
Returns NodeIds of current top layer elements. Top layer is rendered closest to the user within a viewport, therefore its elements always appear on top of all other content. EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
Trait Implementations§
Source§impl Clone for GetTopLayerElements
impl Clone for GetTopLayerElements
Source§fn clone(&self) -> GetTopLayerElements
fn clone(&self) -> GetTopLayerElements
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 moreSource§impl Command for GetTopLayerElements
impl Command for GetTopLayerElements
Source§impl Debug for GetTopLayerElements
impl Debug for GetTopLayerElements
Auto Trait Implementations§
impl Freeze for GetTopLayerElements
impl RefUnwindSafe for GetTopLayerElements
impl Send for GetTopLayerElements
impl Sync for GetTopLayerElements
impl Unpin for GetTopLayerElements
impl UnwindSafe for GetTopLayerElements
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