Struct D3DNTHAL_DP2MULTIPLYTRANSFORM
#[repr(C)]pub struct D3DNTHAL_DP2MULTIPLYTRANSFORM {
pub xfrmType: D3DTRANSFORMSTATETYPE,
pub matrix: Matrix4x4,
}
Fields§
§xfrmType: D3DTRANSFORMSTATETYPE
§matrix: Matrix4x4
Trait Implementations§
§impl Clone for D3DNTHAL_DP2MULTIPLYTRANSFORM
impl Clone for D3DNTHAL_DP2MULTIPLYTRANSFORM
§fn clone(&self) -> D3DNTHAL_DP2MULTIPLYTRANSFORM
fn clone(&self) -> D3DNTHAL_DP2MULTIPLYTRANSFORM
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 D3DNTHAL_DP2MULTIPLYTRANSFORM
impl Debug for D3DNTHAL_DP2MULTIPLYTRANSFORM
§impl Default for D3DNTHAL_DP2MULTIPLYTRANSFORM
impl Default for D3DNTHAL_DP2MULTIPLYTRANSFORM
§impl PartialEq for D3DNTHAL_DP2MULTIPLYTRANSFORM
impl PartialEq for D3DNTHAL_DP2MULTIPLYTRANSFORM
impl Copy for D3DNTHAL_DP2MULTIPLYTRANSFORM
impl StructuralPartialEq for D3DNTHAL_DP2MULTIPLYTRANSFORM
Auto Trait Implementations§
impl Freeze for D3DNTHAL_DP2MULTIPLYTRANSFORM
impl RefUnwindSafe for D3DNTHAL_DP2MULTIPLYTRANSFORM
impl Send for D3DNTHAL_DP2MULTIPLYTRANSFORM
impl Sync for D3DNTHAL_DP2MULTIPLYTRANSFORM
impl Unpin for D3DNTHAL_DP2MULTIPLYTRANSFORM
impl UnwindSafe for D3DNTHAL_DP2MULTIPLYTRANSFORM
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