pub struct AnimatedVector3 { /* private fields */ }Implementations§
Source§impl AnimatedVector3
impl AnimatedVector3
pub fn new() -> Result<Self>
pub fn info(&self) -> Result<AnimatedValueInfo>
pub fn clear(&self)
pub fn set_interpolation(&self, interpolation: AnimatedValueInterpolation)
pub fn set_float3(&self, value: [f32; 3], time: f64)
pub fn float3_value(&self, time: f64) -> [f32; 3]
Trait Implementations§
Source§impl Clone for AnimatedVector3
impl Clone for AnimatedVector3
Source§fn clone(&self) -> AnimatedVector3
fn clone(&self) -> AnimatedVector3
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 AnimatedVector3
impl RefUnwindSafe for AnimatedVector3
impl !Send for AnimatedVector3
impl !Sync for AnimatedVector3
impl Unpin for AnimatedVector3
impl UnsafeUnpin for AnimatedVector3
impl UnwindSafe for AnimatedVector3
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