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