#[repr(C)]pub struct HeTimedAnimationClass {
pub parent_class: HeAnimationClass,
}Fields§
§parent_class: HeAnimationClassTrait Implementations§
Source§impl Clone for HeTimedAnimationClass
impl Clone for HeTimedAnimationClass
Source§fn clone(&self) -> HeTimedAnimationClass
fn clone(&self) -> HeTimedAnimationClass
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HeTimedAnimationClass
impl Debug for HeTimedAnimationClass
impl Copy for HeTimedAnimationClass
Auto Trait Implementations§
impl Freeze for HeTimedAnimationClass
impl RefUnwindSafe for HeTimedAnimationClass
impl !Send for HeTimedAnimationClass
impl !Sync for HeTimedAnimationClass
impl Unpin for HeTimedAnimationClass
impl UnwindSafe for HeTimedAnimationClass
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