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