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