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