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