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