#[repr(C)]pub struct ClutterBehaviourDepthClass {
pub parent_class: ClutterBehaviourClass,
}
Fields§
§parent_class: ClutterBehaviourClass
Trait 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 · 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 ClutterBehaviourDepthClass
impl Debug for ClutterBehaviourDepthClass
impl Copy for ClutterBehaviourDepthClass
Auto Trait Implementations§
impl Freeze for ClutterBehaviourDepthClass
impl RefUnwindSafe for ClutterBehaviourDepthClass
impl !Send for ClutterBehaviourDepthClass
impl !Sync for ClutterBehaviourDepthClass
impl Unpin 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