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