#[repr(C)]pub struct ClutterTapAction {
pub parent_instance: ClutterGestureAction,
}
Fields§
§parent_instance: ClutterGestureAction
Trait Implementations§
Source§impl Clone for ClutterTapAction
impl Clone for ClutterTapAction
Source§fn clone(&self) -> ClutterTapAction
fn clone(&self) -> ClutterTapAction
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ClutterTapAction
impl Debug for ClutterTapAction
impl Copy for ClutterTapAction
Auto Trait Implementations§
impl Freeze for ClutterTapAction
impl RefUnwindSafe for ClutterTapAction
impl !Send for ClutterTapAction
impl !Sync for ClutterTapAction
impl Unpin for ClutterTapAction
impl UnwindSafe for ClutterTapAction
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