Struct windows_sys::Wdk::Graphics::Direct3D::D3DHAL_DP2SETINDICES
#[repr(C)]pub struct D3DHAL_DP2SETINDICES {
pub dwVBHandle: u32,
pub dwStride: u32,
}Fields§
§dwVBHandle: u32§dwStride: u32Trait Implementations§
§impl Clone for D3DHAL_DP2SETINDICES
impl Clone for D3DHAL_DP2SETINDICES
impl Copy for D3DHAL_DP2SETINDICES
Auto Trait Implementations§
impl RefUnwindSafe for D3DHAL_DP2SETINDICES
impl Send for D3DHAL_DP2SETINDICES
impl Sync for D3DHAL_DP2SETINDICES
impl Unpin for D3DHAL_DP2SETINDICES
impl UnwindSafe for D3DHAL_DP2SETINDICES
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