pub struct ToolEventSource { /* private fields */ }Expand description
This should be generalised by making struct Pen be a struct Tool that has a kind field. For now, to get stuff going, just run with it as a Pen.
Implementations§
Auto Trait Implementations§
impl !Freeze for ToolEventSource
impl !RefUnwindSafe for ToolEventSource
impl Send for ToolEventSource
impl Sync for ToolEventSource
impl Unpin for ToolEventSource
impl UnsafeUnpin for ToolEventSource
impl UnwindSafe for ToolEventSource
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