pub enum RunnerWindowHitTestSourceV1 {
Default,
HitTestFacet,
}Variants§
Default
No explicit request (defaults apply).
HitTestFacet
The caller explicitly requested hit_test=....
Trait Implementations§
Source§impl Clone for RunnerWindowHitTestSourceV1
impl Clone for RunnerWindowHitTestSourceV1
Source§fn clone(&self) -> RunnerWindowHitTestSourceV1
fn clone(&self) -> RunnerWindowHitTestSourceV1
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RunnerWindowHitTestSourceV1
Source§impl Debug for RunnerWindowHitTestSourceV1
impl Debug for RunnerWindowHitTestSourceV1
impl Eq for RunnerWindowHitTestSourceV1
Source§impl PartialEq for RunnerWindowHitTestSourceV1
impl PartialEq for RunnerWindowHitTestSourceV1
Source§fn eq(&self, other: &RunnerWindowHitTestSourceV1) -> bool
fn eq(&self, other: &RunnerWindowHitTestSourceV1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for RunnerWindowHitTestSourceV1
Auto Trait Implementations§
impl Freeze for RunnerWindowHitTestSourceV1
impl RefUnwindSafe for RunnerWindowHitTestSourceV1
impl Send for RunnerWindowHitTestSourceV1
impl Sync for RunnerWindowHitTestSourceV1
impl Unpin for RunnerWindowHitTestSourceV1
impl UnsafeUnpin for RunnerWindowHitTestSourceV1
impl UnwindSafe for RunnerWindowHitTestSourceV1
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