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 · 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 RunnerWindowHitTestSourceV1
impl Debug for RunnerWindowHitTestSourceV1
impl Copy for RunnerWindowHitTestSourceV1
impl Eq for RunnerWindowHitTestSourceV1
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