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