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