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