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