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