Struct msfs::sys::MATRIXF32__bindgen_ty_1__bindgen_ty_2
source · #[repr(C)]pub struct MATRIXF32__bindgen_ty_1__bindgen_ty_2 {Show 16 fields
pub m00: FLOAT32,
pub m01: FLOAT32,
pub m02: FLOAT32,
pub m03: FLOAT32,
pub m10: FLOAT32,
pub m11: FLOAT32,
pub m12: FLOAT32,
pub m13: FLOAT32,
pub m20: FLOAT32,
pub m21: FLOAT32,
pub m22: FLOAT32,
pub m23: FLOAT32,
pub m30: FLOAT32,
pub m31: FLOAT32,
pub m32: FLOAT32,
pub m33: FLOAT32,
}
Fields§
§m00: FLOAT32
§m01: FLOAT32
§m02: FLOAT32
§m03: FLOAT32
§m10: FLOAT32
§m11: FLOAT32
§m12: FLOAT32
§m13: FLOAT32
§m20: FLOAT32
§m21: FLOAT32
§m22: FLOAT32
§m23: FLOAT32
§m30: FLOAT32
§m31: FLOAT32
§m32: FLOAT32
§m33: FLOAT32
Trait Implementations§
source§impl Clone for MATRIXF32__bindgen_ty_1__bindgen_ty_2
impl Clone for MATRIXF32__bindgen_ty_1__bindgen_ty_2
source§fn clone(&self) -> MATRIXF32__bindgen_ty_1__bindgen_ty_2
fn clone(&self) -> MATRIXF32__bindgen_ty_1__bindgen_ty_2
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for MATRIXF32__bindgen_ty_1__bindgen_ty_2
Auto Trait Implementations§
impl RefUnwindSafe for MATRIXF32__bindgen_ty_1__bindgen_ty_2
impl Send for MATRIXF32__bindgen_ty_1__bindgen_ty_2
impl Sync for MATRIXF32__bindgen_ty_1__bindgen_ty_2
impl Unpin for MATRIXF32__bindgen_ty_1__bindgen_ty_2
impl UnwindSafe for MATRIXF32__bindgen_ty_1__bindgen_ty_2
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more