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