pub struct EditorPointerDispatch {
pub outcome: PointerOutcome,
pub stroke_hint: Option<PointerStrokeHint>,
}Fields§
§outcome: PointerOutcome§stroke_hint: Option<PointerStrokeHint>Trait Implementations§
Source§impl Clone for EditorPointerDispatch
impl Clone for EditorPointerDispatch
Source§fn clone(&self) -> EditorPointerDispatch
fn clone(&self) -> EditorPointerDispatch
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 EditorPointerDispatch
impl Debug for EditorPointerDispatch
Source§impl Default for EditorPointerDispatch
impl Default for EditorPointerDispatch
Source§fn default() -> EditorPointerDispatch
fn default() -> EditorPointerDispatch
Returns the “default value” for a type. Read more
Source§impl PartialEq for EditorPointerDispatch
impl PartialEq for EditorPointerDispatch
impl Copy for EditorPointerDispatch
impl Eq for EditorPointerDispatch
impl StructuralPartialEq for EditorPointerDispatch
Auto Trait Implementations§
impl Freeze for EditorPointerDispatch
impl RefUnwindSafe for EditorPointerDispatch
impl Send for EditorPointerDispatch
impl Sync for EditorPointerDispatch
impl Unpin for EditorPointerDispatch
impl UnsafeUnpin for EditorPointerDispatch
impl UnwindSafe for EditorPointerDispatch
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