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