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