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