Struct D2D_MATRIX_4X4_F_0_0
#[repr(C)]pub struct D2D_MATRIX_4X4_F_0_0 {}
Fields§
§_11: f32
§_12: f32
§_13: f32
§_14: f32
§_21: f32
§_22: f32
§_23: f32
§_24: f32
§_31: f32
§_32: f32
§_33: f32
§_34: f32
§_41: f32
§_42: f32
§_43: f32
§_44: f32
Trait Implementations§
§impl Clone for D2D_MATRIX_4X4_F_0_0
impl Clone for D2D_MATRIX_4X4_F_0_0
§fn clone(&self) -> D2D_MATRIX_4X4_F_0_0
fn clone(&self) -> D2D_MATRIX_4X4_F_0_0
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 more§impl Debug for D2D_MATRIX_4X4_F_0_0
impl Debug for D2D_MATRIX_4X4_F_0_0
§impl Default for D2D_MATRIX_4X4_F_0_0
impl Default for D2D_MATRIX_4X4_F_0_0
§impl PartialEq for D2D_MATRIX_4X4_F_0_0
impl PartialEq for D2D_MATRIX_4X4_F_0_0
impl Copy for D2D_MATRIX_4X4_F_0_0
impl StructuralPartialEq for D2D_MATRIX_4X4_F_0_0
Auto Trait Implementations§
impl Freeze for D2D_MATRIX_4X4_F_0_0
impl RefUnwindSafe for D2D_MATRIX_4X4_F_0_0
impl Send for D2D_MATRIX_4X4_F_0_0
impl Sync for D2D_MATRIX_4X4_F_0_0
impl Unpin for D2D_MATRIX_4X4_F_0_0
impl UnwindSafe for D2D_MATRIX_4X4_F_0_0
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