Struct msfs::sys::MATRIXF32__bindgen_ty_1__bindgen_ty_3
source · #[repr(C)]pub struct MATRIXF32__bindgen_ty_1__bindgen_ty_3 {Show 16 fields
pub _11: FLOAT32,
pub _12: FLOAT32,
pub _13: FLOAT32,
pub _14: FLOAT32,
pub _21: FLOAT32,
pub _22: FLOAT32,
pub _23: FLOAT32,
pub _24: FLOAT32,
pub _31: FLOAT32,
pub _32: FLOAT32,
pub _33: FLOAT32,
pub _34: FLOAT32,
pub _41: FLOAT32,
pub _42: FLOAT32,
pub _43: FLOAT32,
pub _44: FLOAT32,
}
Fields§
§_11: FLOAT32
§_12: FLOAT32
§_13: FLOAT32
§_14: FLOAT32
§_21: FLOAT32
§_22: FLOAT32
§_23: FLOAT32
§_24: FLOAT32
§_31: FLOAT32
§_32: FLOAT32
§_33: FLOAT32
§_34: FLOAT32
§_41: FLOAT32
§_42: FLOAT32
§_43: FLOAT32
§_44: FLOAT32
Trait Implementations§
source§impl Clone for MATRIXF32__bindgen_ty_1__bindgen_ty_3
impl Clone for MATRIXF32__bindgen_ty_1__bindgen_ty_3
source§fn clone(&self) -> MATRIXF32__bindgen_ty_1__bindgen_ty_3
fn clone(&self) -> MATRIXF32__bindgen_ty_1__bindgen_ty_3
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_3
Auto Trait Implementations§
impl RefUnwindSafe for MATRIXF32__bindgen_ty_1__bindgen_ty_3
impl Send for MATRIXF32__bindgen_ty_1__bindgen_ty_3
impl Sync for MATRIXF32__bindgen_ty_1__bindgen_ty_3
impl Unpin for MATRIXF32__bindgen_ty_1__bindgen_ty_3
impl UnwindSafe for MATRIXF32__bindgen_ty_1__bindgen_ty_3
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