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