Struct libhelium_sys::HeTimedAnimation
source · #[repr(C)]pub struct HeTimedAnimation {
pub parent_instance: HeAnimation,
pub priv_: *mut HeTimedAnimationPrivate,
}
Fields§
§parent_instance: HeAnimation
§priv_: *mut HeTimedAnimationPrivate
Trait Implementations§
source§impl Clone for HeTimedAnimation
impl Clone for HeTimedAnimation
source§fn clone(&self) -> HeTimedAnimation
fn clone(&self) -> HeTimedAnimation
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 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