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