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