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