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