#[repr(C)]pub struct D3DHVERTEX {
pub dwFlags: u32,
pub Anonymous1: D3DHVERTEX_0,
pub Anonymous2: D3DHVERTEX_1,
pub Anonymous3: D3DHVERTEX_2,
}Fields§
§dwFlags: u32§Anonymous1: D3DHVERTEX_0§Anonymous2: D3DHVERTEX_1§Anonymous3: D3DHVERTEX_2Trait Implementations§
Source§impl Abi for D3DHVERTEX
impl Abi for D3DHVERTEX
Source§type Abi = D3DHVERTEX
type Abi = D3DHVERTEX
The abi representation of the implementing type. Read more
type DefaultType = D3DHVERTEX
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for D3DHVERTEX
impl Clone for D3DHVERTEX
Source§fn clone(&self) -> D3DHVERTEX
fn clone(&self) -> D3DHVERTEX
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for D3DHVERTEX
impl Eq for D3DHVERTEX
Auto Trait Implementations§
impl Freeze for D3DHVERTEX
impl RefUnwindSafe for D3DHVERTEX
impl Send for D3DHVERTEX
impl Sync for D3DHVERTEX
impl Unpin for D3DHVERTEX
impl UnsafeUnpin for D3DHVERTEX
impl UnwindSafe for D3DHVERTEX
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