pub struct ParticleAnimationTrackVector3f { /* private fields */ }Implementations§
Source§impl ParticleAnimationTrackVector3f
impl ParticleAnimationTrackVector3f
Sourcepub fn values_mut(&mut self) -> &mut [Vector3f]
pub fn values_mut(&mut self) -> &mut [Vector3f]
Zero-copy mutable view. Resize first — the borrow forbids it after.
pub fn set_values(&mut self, values: &[Vector3f])
pub fn resize_values(&mut self, count: usize)
Trait Implementations§
impl Send for ParticleAnimationTrackVector3f
Auto Trait Implementations§
impl !Sync for ParticleAnimationTrackVector3f
impl Freeze for ParticleAnimationTrackVector3f
impl RefUnwindSafe for ParticleAnimationTrackVector3f
impl Unpin for ParticleAnimationTrackVector3f
impl UnsafeUnpin for ParticleAnimationTrackVector3f
impl UnwindSafe for ParticleAnimationTrackVector3f
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