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