msfs::sys

Type Alias UV

Source
pub type UV = _uv;

Aliased Type§

struct UV {
    pub u: f32,
    pub v: f32,
}

Fields§

§u: f32§v: f32

Trait Implementations

Source§

impl Clone for _uv

Source§

fn clone(&self) -> _uv

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 _uv

Source§

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

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

impl Copy for _uv