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