Struct MATRIX3X3_0_1
#[repr(C)]pub struct MATRIX3X3_0_1 {
pub V1: VEC3D,
pub V2: VEC3D,
pub V3: VEC3D,
}
Fields§
§V1: VEC3D
§V2: VEC3D
§V3: VEC3D
Trait Implementations§
§impl Clone for MATRIX3X3_0_1
impl Clone for MATRIX3X3_0_1
§fn clone(&self) -> MATRIX3X3_0_1
fn clone(&self) -> MATRIX3X3_0_1
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_1
Auto Trait Implementations§
impl Freeze for MATRIX3X3_0_1
impl RefUnwindSafe for MATRIX3X3_0_1
impl Send for MATRIX3X3_0_1
impl Sync for MATRIX3X3_0_1
impl Unpin for MATRIX3X3_0_1
impl UnwindSafe for MATRIX3X3_0_1
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