pub struct MorphAnimationBinding {
pub morph: MorphIndex,
pub track: MorphTrack,
}Fields§
§morph: MorphIndex§track: MorphTrackTrait Implementations§
Source§impl Clone for MorphAnimationBinding
impl Clone for MorphAnimationBinding
Source§fn clone(&self) -> MorphAnimationBinding
fn clone(&self) -> MorphAnimationBinding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for MorphAnimationBinding
impl RefUnwindSafe for MorphAnimationBinding
impl Send for MorphAnimationBinding
impl Sync for MorphAnimationBinding
impl Unpin for MorphAnimationBinding
impl UnsafeUnpin for MorphAnimationBinding
impl UnwindSafe for MorphAnimationBinding
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