#[repr(C)]pub struct ClutterBehaviourPath {
pub parent: ClutterBehaviour,
pub priv_: *mut ClutterBehaviourPathPrivate,
}
Fields§
§parent: ClutterBehaviour
§priv_: *mut ClutterBehaviourPathPrivate
Trait 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 · 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 ClutterBehaviourPath
impl Debug for ClutterBehaviourPath
impl Copy for ClutterBehaviourPath
Auto Trait Implementations§
impl Freeze for ClutterBehaviourPath
impl RefUnwindSafe for ClutterBehaviourPath
impl !Send for ClutterBehaviourPath
impl !Sync for ClutterBehaviourPath
impl Unpin 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