pub struct GdkMotionEvent { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for GdkMotionEvent
impl !Sync for GdkMotionEvent
impl !Unpin for GdkMotionEvent
impl Freeze for GdkMotionEvent
impl RefUnwindSafe for GdkMotionEvent
impl UnsafeUnpin for GdkMotionEvent
impl UnwindSafe for GdkMotionEvent
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