msfs::sys

Type Alias MIN_MAX

Source
pub type MIN_MAX = _min_max;

Aliased Type§

struct MIN_MAX {
    pub fMin: f32,
    pub fMax: f32,
}

Fields§

§fMin: f32§fMax: f32

Trait Implementations

Source§

impl Clone for _min_max

Source§

fn clone(&self) -> _min_max

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 _min_max

Source§

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

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

impl Copy for _min_max