pub struct GhosttyMouseEvent { /* private fields */ }Trait Implementations§
Source§impl Clone for GhosttyMouseEvent
impl Clone for GhosttyMouseEvent
Source§fn clone(&self) -> GhosttyMouseEvent
fn clone(&self) -> GhosttyMouseEvent
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 GhosttyMouseEvent
impl Debug for GhosttyMouseEvent
impl Copy for GhosttyMouseEvent
Auto Trait Implementations§
impl Freeze for GhosttyMouseEvent
impl RefUnwindSafe for GhosttyMouseEvent
impl Send for GhosttyMouseEvent
impl Sync for GhosttyMouseEvent
impl Unpin for GhosttyMouseEvent
impl UnsafeUnpin for GhosttyMouseEvent
impl UnwindSafe for GhosttyMouseEvent
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