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