#[repr(C)]pub struct HePropertyAnimationTargetClass {
pub parent_class: HeAnimationTargetClass,
}
Fields§
§parent_class: HeAnimationTargetClass
Trait Implementations§
source§impl Clone for HePropertyAnimationTargetClass
impl Clone for HePropertyAnimationTargetClass
source§fn clone(&self) -> HePropertyAnimationTargetClass
fn clone(&self) -> HePropertyAnimationTargetClass
Returns a copy 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 HePropertyAnimationTargetClass
Auto Trait Implementations§
impl Freeze for HePropertyAnimationTargetClass
impl RefUnwindSafe for HePropertyAnimationTargetClass
impl !Send for HePropertyAnimationTargetClass
impl !Sync for HePropertyAnimationTargetClass
impl Unpin for HePropertyAnimationTargetClass
impl UnwindSafe for HePropertyAnimationTargetClass
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