pub struct PenActions { /* private fields */ }
Expand description
A sequence containing Pointer
actions for a pen device.
Implementations§
Trait Implementations§
Source§impl Clone for PenActions
impl Clone for PenActions
Source§fn clone(&self) -> PenActions
fn clone(&self) -> PenActions
Returns a copy 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 PenActions
impl Debug for PenActions
Source§impl From<PenActions> for ActionSequence
impl From<PenActions> for ActionSequence
Source§fn from(pa: PenActions) -> Self
fn from(pa: PenActions) -> Self
Converts to this type from the input type.
Source§impl InputSource for PenActions
impl InputSource for PenActions
Auto Trait Implementations§
impl Freeze for PenActions
impl !RefUnwindSafe for PenActions
impl Send for PenActions
impl Sync for PenActions
impl Unpin for PenActions
impl !UnwindSafe for PenActions
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