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