Struct D3DHAL_DP2INDEXEDTRIANGLEFAN
#[repr(C)]pub struct D3DHAL_DP2INDEXEDTRIANGLEFAN {
pub wV: [u16; 3],
}
Fields§
§wV: [u16; 3]
Trait Implementations§
§impl Clone for D3DHAL_DP2INDEXEDTRIANGLEFAN
impl Clone for D3DHAL_DP2INDEXEDTRIANGLEFAN
§fn clone(&self) -> D3DHAL_DP2INDEXEDTRIANGLEFAN
fn clone(&self) -> D3DHAL_DP2INDEXEDTRIANGLEFAN
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 moreimpl Copy for D3DHAL_DP2INDEXEDTRIANGLEFAN
Auto Trait Implementations§
impl Freeze for D3DHAL_DP2INDEXEDTRIANGLEFAN
impl RefUnwindSafe for D3DHAL_DP2INDEXEDTRIANGLEFAN
impl Send for D3DHAL_DP2INDEXEDTRIANGLEFAN
impl Sync for D3DHAL_DP2INDEXEDTRIANGLEFAN
impl Unpin for D3DHAL_DP2INDEXEDTRIANGLEFAN
impl UnwindSafe for D3DHAL_DP2INDEXEDTRIANGLEFAN
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