#[repr(C)]pub struct ClutterBehaviourDepthClass {
pub parent_class: ClutterBehaviourClass,
}Fields§
§parent_class: ClutterBehaviourClassTrait Implementations§
Source§impl Clone for ClutterBehaviourDepthClass
impl Clone for ClutterBehaviourDepthClass
Source§fn clone(&self) -> ClutterBehaviourDepthClass
fn clone(&self) -> ClutterBehaviourDepthClass
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 ClutterBehaviourDepthClass
Auto Trait Implementations§
impl !Send for ClutterBehaviourDepthClass
impl !Sync for ClutterBehaviourDepthClass
impl Freeze for ClutterBehaviourDepthClass
impl RefUnwindSafe for ClutterBehaviourDepthClass
impl Unpin for ClutterBehaviourDepthClass
impl UnsafeUnpin for ClutterBehaviourDepthClass
impl UnwindSafe for ClutterBehaviourDepthClass
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