Struct windows_sys::Win32::Graphics::Direct3D9::D3DTRIPATCH_INFO
[−]#[repr(C)]pub struct D3DTRIPATCH_INFO {
pub StartVertexOffset: u32,
pub NumVertices: u32,
pub Basis: D3DBASISTYPE,
pub Degree: D3DDEGREETYPE,
}
Expand description
Required features: "Win32_Graphics_Direct3D9"
Fields
StartVertexOffset: u32
NumVertices: u32
Basis: D3DBASISTYPE
Degree: D3DDEGREETYPE
Trait Implementations
impl Clone for D3DTRIPATCH_INFO
impl Clone for D3DTRIPATCH_INFO
impl Copy for D3DTRIPATCH_INFO
Auto Trait Implementations
impl RefUnwindSafe for D3DTRIPATCH_INFO
impl Send for D3DTRIPATCH_INFO
impl Sync for D3DTRIPATCH_INFO
impl Unpin for D3DTRIPATCH_INFO
impl UnwindSafe for D3DTRIPATCH_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more