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