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