pub struct UiDebugHitTest {
pub hit: Option<NodeId>,
pub active_layer_roots: Vec<NodeId>,
pub barrier_root: Option<NodeId>,
}Fields§
§hit: Option<NodeId>§active_layer_roots: Vec<NodeId>§barrier_root: Option<NodeId>Trait Implementations§
Source§impl Clone for UiDebugHitTest
impl Clone for UiDebugHitTest
Source§fn clone(&self) -> UiDebugHitTest
fn clone(&self) -> UiDebugHitTest
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 UiDebugHitTest
impl RefUnwindSafe for UiDebugHitTest
impl Send for UiDebugHitTest
impl Sync for UiDebugHitTest
impl Unpin for UiDebugHitTest
impl UnsafeUnpin for UiDebugHitTest
impl UnwindSafe for UiDebugHitTest
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