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