Struct gdk4_sys::GdkMotionEvent
source · #[repr(C)]pub struct GdkMotionEvent { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GdkMotionEvent
impl RefUnwindSafe for GdkMotionEvent
impl !Send for GdkMotionEvent
impl !Sync for GdkMotionEvent
impl !Unpin 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