msfs::sys

Type Alias UV_INFO

Source
pub type UV_INFO = _uv_info;

Aliased Type§

struct UV_INFO {
    pub uv: [_uv; 2],
}

Fields§

§uv: [_uv; 2]

Trait Implementations

Source§

impl Clone for _uv_info

Source§

fn clone(&self) -> _uv_info

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_info

Source§

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

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

impl Copy for _uv_info