#[repr(C)]pub struct ClutterPanAction {
pub parent_instance: ClutterGestureAction,
pub priv_: *mut ClutterPanActionPrivate,
}
Fields§
§parent_instance: ClutterGestureAction
§priv_: *mut ClutterPanActionPrivate
Trait Implementations§
Source§impl Clone for ClutterPanAction
impl Clone for ClutterPanAction
Source§fn clone(&self) -> ClutterPanAction
fn clone(&self) -> ClutterPanAction
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 ClutterPanAction
impl Debug for ClutterPanAction
impl Copy for ClutterPanAction
Auto Trait Implementations§
impl Freeze for ClutterPanAction
impl RefUnwindSafe for ClutterPanAction
impl !Send for ClutterPanAction
impl !Sync for ClutterPanAction
impl Unpin for ClutterPanAction
impl UnwindSafe for ClutterPanAction
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