Struct gdk4_sys::GdkMotionEvent
source · [−]#[repr(C)]pub struct GdkMotionEvent { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GdkMotionEvent
impl !Send for GdkMotionEvent
impl !Sync for GdkMotionEvent
impl !Unpin for GdkMotionEvent
impl UnwindSafe for GdkMotionEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more