pub type FLOAT64_VECTOR2 = _FLOAT64_VECTOR2;
Aliased Type§
struct FLOAT64_VECTOR2 {
pub i: f64,
pub j: f64,
}
Fields§
§i: f64
§j: f64
Trait Implementations
Source§impl Clone for _FLOAT64_VECTOR2
impl Clone for _FLOAT64_VECTOR2
Source§fn clone(&self) -> _FLOAT64_VECTOR2
fn clone(&self) -> _FLOAT64_VECTOR2
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