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