#[repr(C)]pub struct MATRIXF32 {
pub __bindgen_anon_1: MATRIXF32__bindgen_ty_1,
}
Fields§
§__bindgen_anon_1: MATRIXF32__bindgen_ty_1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MATRIXF32
impl RefUnwindSafe for MATRIXF32
impl Send for MATRIXF32
impl Sync for MATRIXF32
impl Unpin for MATRIXF32
impl UnwindSafe for MATRIXF32
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