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