pub struct ColorAnimation { /* private fields */ }Implementations§
Source§impl ColorAnimation
impl ColorAnimation
Sourcepub fn color(&self) -> Ref<'_, AnimationTrackVector3f>
pub fn color(&self) -> Ref<'_, AnimationTrackVector3f>
Borrows the field in place — no copy, no allocation.
pub fn color_mut(&mut self) -> RefMut<'_, AnimationTrackVector3f>
Sourcepub fn alpha(&self) -> Ref<'_, AnimationTrackI16>
pub fn alpha(&self) -> Ref<'_, AnimationTrackI16>
Borrows the field in place — no copy, no allocation.
pub fn alpha_mut(&mut self) -> RefMut<'_, AnimationTrackI16>
Trait Implementations§
Source§impl Debug for ColorAnimation
impl Debug for ColorAnimation
Source§impl Default for ColorAnimation
impl Default for ColorAnimation
Source§impl Drop for ColorAnimation
impl Drop for ColorAnimation
impl Send for ColorAnimation
Auto Trait Implementations§
impl !Sync for ColorAnimation
impl Freeze for ColorAnimation
impl RefUnwindSafe for ColorAnimation
impl Unpin for ColorAnimation
impl UnsafeUnpin for ColorAnimation
impl UnwindSafe for ColorAnimation
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