pub struct TouchEventToolType(/* private fields */);Available on crate feature
api-12 only.Implementations§
Trait Implementations§
Source§impl Clone for TouchEventToolType
impl Clone for TouchEventToolType
Source§fn clone(&self) -> TouchEventToolType
fn clone(&self) -> TouchEventToolType
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 TouchEventToolType
impl Debug for TouchEventToolType
Source§impl Hash for TouchEventToolType
impl Hash for TouchEventToolType
Source§impl PartialEq for TouchEventToolType
impl PartialEq for TouchEventToolType
impl Copy for TouchEventToolType
impl Eq for TouchEventToolType
impl StructuralPartialEq for TouchEventToolType
Auto Trait Implementations§
impl Freeze for TouchEventToolType
impl RefUnwindSafe for TouchEventToolType
impl Send for TouchEventToolType
impl Sync for TouchEventToolType
impl Unpin for TouchEventToolType
impl UnwindSafe for TouchEventToolType
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