pub struct HitTestGateProps {
pub layout: LayoutStyle,
pub hit_test: bool,
}Expand description
Gate pointer hit-testing for a subtree without affecting focus traversal.
This is intentionally narrower than InteractivityGateProps: it does not change whether the
subtree participates in focus traversal or semantics snapshots.
Fields§
§layout: LayoutStyle§hit_test: boolTrait Implementations§
Source§impl Clone for HitTestGateProps
impl Clone for HitTestGateProps
Source§fn clone(&self) -> HitTestGateProps
fn clone(&self) -> HitTestGateProps
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 Debug for HitTestGateProps
impl Debug for HitTestGateProps
Source§impl Default for HitTestGateProps
impl Default for HitTestGateProps
impl Copy for HitTestGateProps
Auto Trait Implementations§
impl Freeze for HitTestGateProps
impl RefUnwindSafe for HitTestGateProps
impl Send for HitTestGateProps
impl Sync for HitTestGateProps
impl Unpin for HitTestGateProps
impl UnsafeUnpin for HitTestGateProps
impl UnwindSafe for HitTestGateProps
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