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