pub enum RunnerPlatformWindowReceiverAtCursorSourceV1 {
Unsupported,
Win32WindowFromPoint,
MacosOrderedWindowsBestEffort,
}Variants§
Trait Implementations§
Source§impl Clone for RunnerPlatformWindowReceiverAtCursorSourceV1
impl Clone for RunnerPlatformWindowReceiverAtCursorSourceV1
Source§fn clone(&self) -> RunnerPlatformWindowReceiverAtCursorSourceV1
fn clone(&self) -> RunnerPlatformWindowReceiverAtCursorSourceV1
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 PartialEq for RunnerPlatformWindowReceiverAtCursorSourceV1
impl PartialEq for RunnerPlatformWindowReceiverAtCursorSourceV1
Source§fn eq(&self, other: &RunnerPlatformWindowReceiverAtCursorSourceV1) -> bool
fn eq(&self, other: &RunnerPlatformWindowReceiverAtCursorSourceV1) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for RunnerPlatformWindowReceiverAtCursorSourceV1
impl Eq for RunnerPlatformWindowReceiverAtCursorSourceV1
impl StructuralPartialEq for RunnerPlatformWindowReceiverAtCursorSourceV1
Auto Trait Implementations§
impl Freeze for RunnerPlatformWindowReceiverAtCursorSourceV1
impl RefUnwindSafe for RunnerPlatformWindowReceiverAtCursorSourceV1
impl Send for RunnerPlatformWindowReceiverAtCursorSourceV1
impl Sync for RunnerPlatformWindowReceiverAtCursorSourceV1
impl Unpin for RunnerPlatformWindowReceiverAtCursorSourceV1
impl UnsafeUnpin for RunnerPlatformWindowReceiverAtCursorSourceV1
impl UnwindSafe for RunnerPlatformWindowReceiverAtCursorSourceV1
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