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