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