pub struct InterpolationVector3 {
pub x: InterpolationScalar,
pub y: InterpolationScalar,
pub z: InterpolationScalar,
}Fields§
§x: InterpolationScalar§y: InterpolationScalar§z: InterpolationScalarImplementations§
Trait Implementations§
Source§impl Clone for InterpolationVector3
impl Clone for InterpolationVector3
Source§fn clone(&self) -> InterpolationVector3
fn clone(&self) -> InterpolationVector3
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 moreimpl Copy for InterpolationVector3
Source§impl Debug for InterpolationVector3
impl Debug for InterpolationVector3
Source§impl Default for InterpolationVector3
impl Default for InterpolationVector3
impl Eq for InterpolationVector3
Source§impl PartialEq for InterpolationVector3
impl PartialEq for InterpolationVector3
Source§fn eq(&self, other: &InterpolationVector3) -> bool
fn eq(&self, other: &InterpolationVector3) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InterpolationVector3
Auto Trait Implementations§
impl Freeze for InterpolationVector3
impl RefUnwindSafe for InterpolationVector3
impl Send for InterpolationVector3
impl Sync for InterpolationVector3
impl Unpin for InterpolationVector3
impl UnsafeUnpin for InterpolationVector3
impl UnwindSafe for InterpolationVector3
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