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