msfs::sys

Type Alias ROTMTRXF64

Source
pub type ROTMTRXF64 = MATRIXF32;

Aliased Type§

struct ROTMTRXF64 {
    pub __bindgen_anon_1: MATRIXF32__bindgen_ty_1,
}

Fields§

§__bindgen_anon_1: MATRIXF32__bindgen_ty_1

Trait Implementations

Source§

impl Clone for MATRIXF32

Source§

fn clone(&self) -> MATRIXF32

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 Copy for MATRIXF32