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