#[repr(C)]pub struct ClutterModel {
pub parent_instance: GObject,
pub priv_: *mut ClutterModelPrivate,
}
Fields§
§parent_instance: GObject
§priv_: *mut ClutterModelPrivate
Trait 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 · 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 ClutterModel
impl Debug for ClutterModel
impl Copy for ClutterModel
Auto Trait Implementations§
impl Freeze for ClutterModel
impl RefUnwindSafe for ClutterModel
impl !Send for ClutterModel
impl !Sync for ClutterModel
impl Unpin 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