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