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