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