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