msfs::sys

Type Alias XYZ_FLOAT32

Source
pub type XYZ_FLOAT32 = _xyz_float32;

Aliased Type§

struct XYZ_FLOAT32 {
    pub x: f32,
    pub y: f32,
    pub z: f32,
}

Fields§

§x: f32§y: f32§z: f32

Trait Implementations

Source§

impl Clone for _xyz_float32

Source§

fn clone(&self) -> _xyz_float32

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for _xyz_float32

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Copy for _xyz_float32