#[repr(C)]pub struct tm_mat44_t {}Fields§
§xx: f32§xy: f32§xz: f32§xw: f32§yx: f32§yy: f32§yz: f32§yw: f32§zx: f32§zy: f32§zz: f32§zw: f32§wx: f32§wy: f32§wz: f32§ww: f32Trait Implementations§
Source§impl Clone for tm_mat44_t
impl Clone for tm_mat44_t
Source§fn clone(&self) -> tm_mat44_t
fn clone(&self) -> tm_mat44_t
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 moreimpl Copy for tm_mat44_t
Auto Trait Implementations§
impl Freeze for tm_mat44_t
impl RefUnwindSafe for tm_mat44_t
impl Send for tm_mat44_t
impl Sync for tm_mat44_t
impl Unpin for tm_mat44_t
impl UnwindSafe for tm_mat44_t
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