Union MATRIX3X3_0
#[repr(C)]
pub union MATRIX3X3_0 {
pub Anonymous1: MATRIX3X3_0_0,
pub Anonymous2: MATRIX3X3_0_1,
pub M: [f32; 9],
}
Fields§
§Anonymous1: MATRIX3X3_0_0
§Anonymous2: MATRIX3X3_0_1
§M: [f32; 9]
Trait Implementations§
§impl Clone for MATRIX3X3_0
impl Clone for MATRIX3X3_0
§fn clone(&self) -> MATRIX3X3_0
fn clone(&self) -> MATRIX3X3_0
Returns a copy 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 MATRIX3X3_0
Auto Trait Implementations§
impl Freeze for MATRIX3X3_0
impl RefUnwindSafe for MATRIX3X3_0
impl Send for MATRIX3X3_0
impl Sync for MATRIX3X3_0
impl Unpin for MATRIX3X3_0
impl UnwindSafe for MATRIX3X3_0
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