#[repr(C)]pub struct D3DMATRIX {
pub Anonymous: D3DMATRIX_0,
}Fields§
§Anonymous: D3DMATRIX_0Trait Implementations§
Source§impl Abi for D3DMATRIX
impl Abi for D3DMATRIX
impl Copy for D3DMATRIX
impl Eq for D3DMATRIX
Auto Trait Implementations§
impl Freeze for D3DMATRIX
impl RefUnwindSafe for D3DMATRIX
impl Send for D3DMATRIX
impl Sync for D3DMATRIX
impl Unpin for D3DMATRIX
impl UnsafeUnpin for D3DMATRIX
impl UnwindSafe for D3DMATRIX
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