pub enum EventRoutingDecision {
Dispatch,
Consume,
}Expand description
Host decision applied after compositor hit-testing and before backend dispatch.
Variants§
Trait Implementations§
Source§impl Clone for EventRoutingDecision
impl Clone for EventRoutingDecision
Source§fn clone(&self) -> EventRoutingDecision
fn clone(&self) -> EventRoutingDecision
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 EventRoutingDecision
impl Debug for EventRoutingDecision
Source§impl PartialEq for EventRoutingDecision
impl PartialEq for EventRoutingDecision
impl Copy for EventRoutingDecision
impl Eq for EventRoutingDecision
impl StructuralPartialEq for EventRoutingDecision
Auto Trait Implementations§
impl Freeze for EventRoutingDecision
impl RefUnwindSafe for EventRoutingDecision
impl Send for EventRoutingDecision
impl Sync for EventRoutingDecision
impl Unpin for EventRoutingDecision
impl UnsafeUnpin for EventRoutingDecision
impl UnwindSafe for EventRoutingDecision
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.