#[repr(C, align(32))]pub struct JPC_DMat44 {
pub col: [JPC_Vec4; 3],
pub __bindgen_padding_0: [u64; 2],
pub col3: JPC_DVec3,
}Fields§
§col: [JPC_Vec4; 3]§__bindgen_padding_0: [u64; 2]§col3: JPC_DVec3Trait Implementations§
Source§impl Clone for JPC_DMat44
impl Clone for JPC_DMat44
Source§fn clone(&self) -> JPC_DMat44
fn clone(&self) -> JPC_DMat44
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for JPC_DMat44
impl Debug for JPC_DMat44
impl Copy for JPC_DMat44
Auto Trait Implementations§
impl Freeze for JPC_DMat44
impl RefUnwindSafe for JPC_DMat44
impl Send for JPC_DMat44
impl Sync for JPC_DMat44
impl Unpin for JPC_DMat44
impl UnwindSafe for JPC_DMat44
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