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