pub type FLOAT64_VECTOR3 = _FLOAT64_VECTOR3;
Aliased Type§
struct FLOAT64_VECTOR3 {
pub i: f64,
pub j: f64,
pub k: f64,
}
Fields§
§i: f64
§j: f64
§k: f64
Trait Implementations
Source§impl Clone for _FLOAT64_VECTOR3
impl Clone for _FLOAT64_VECTOR3
Source§fn clone(&self) -> _FLOAT64_VECTOR3
fn clone(&self) -> _FLOAT64_VECTOR3
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more