Struct GESTransition Class
Source #[repr(C)]pub struct GESTransitionClass {
pub parent_class: GESOperationClass,
pub _ges_reserved: [gpointer; 4],
}Fields§
§parent_class: GESOperationClass§_ges_reserved: [gpointer; 4]Trait Implementations§
Source§impl Clone for GESTransitionClass
impl Clone for GESTransitionClass
Source§fn clone(&self) -> GESTransitionClass
fn clone(&self) -> GESTransitionClass
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GESTransitionClass
Auto Trait Implementations§
impl !Send for GESTransitionClass
impl !Sync for GESTransitionClass
impl Freeze for GESTransitionClass
impl RefUnwindSafe for GESTransitionClass
impl Unpin for GESTransitionClass
impl UnsafeUnpin for GESTransitionClass
impl UnwindSafe for GESTransitionClass
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