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