pub struct PanePointerDispatch {
pub semantic_event: Option<PaneSemanticInputEvent>,
pub transition: Option<PaneDragResizeTransition>,
pub capture_command: Option<PanePointerCaptureCommand>,
pub log: PanePointerLogEntry,
}Expand description
Result of one pointer lifecycle dispatch.
Fields§
§semantic_event: Option<PaneSemanticInputEvent>§transition: Option<PaneDragResizeTransition>§capture_command: Option<PanePointerCaptureCommand>§log: PanePointerLogEntryTrait Implementations§
Source§impl Clone for PanePointerDispatch
impl Clone for PanePointerDispatch
Source§fn clone(&self) -> PanePointerDispatch
fn clone(&self) -> PanePointerDispatch
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 PanePointerDispatch
impl Debug for PanePointerDispatch
Source§impl PartialEq for PanePointerDispatch
impl PartialEq for PanePointerDispatch
impl Eq for PanePointerDispatch
impl StructuralPartialEq for PanePointerDispatch
Auto Trait Implementations§
impl Freeze for PanePointerDispatch
impl RefUnwindSafe for PanePointerDispatch
impl Send for PanePointerDispatch
impl Sync for PanePointerDispatch
impl Unpin for PanePointerDispatch
impl UnwindSafe for PanePointerDispatch
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.