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