#[repr(C)]pub struct Matrix {}Fields§
§m0: f32§m4: f32§m8: f32§m12: f32§m1: f32§m5: f32§m9: f32§m13: f32§m2: f32§m6: f32§m10: f32§m14: f32§m3: f32§m7: f32§m11: f32§m15: f32Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Matrix
impl Send for Matrix
impl Sync for Matrix
impl Unpin for Matrix
impl UnwindSafe for Matrix
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