#[repr(C)]pub struct XMFLOAT3X3 {
pub m: [[f32; 3]; 3],
}Fields§
§m: [[f32; 3]; 3]Trait Implementations§
Source§impl Clone for XMFLOAT3X3
impl Clone for XMFLOAT3X3
Source§fn clone(&self) -> XMFLOAT3X3
fn clone(&self) -> XMFLOAT3X3
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 XMFLOAT3X3
impl Debug for XMFLOAT3X3
Source§impl Default for XMFLOAT3X3
impl Default for XMFLOAT3X3
Source§fn default() -> XMFLOAT3X3
fn default() -> XMFLOAT3X3
Returns the “default value” for a type. Read more
impl Copy for XMFLOAT3X3
Auto Trait Implementations§
impl Freeze for XMFLOAT3X3
impl RefUnwindSafe for XMFLOAT3X3
impl Send for XMFLOAT3X3
impl Sync for XMFLOAT3X3
impl Unpin for XMFLOAT3X3
impl UnwindSafe for XMFLOAT3X3
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