Struct D3DHAL_CALLBACKS2
#[repr(C)]pub struct D3DHAL_CALLBACKS2 {
pub dwSize: u32,
pub dwFlags: u32,
pub SetRenderTarget: LPD3DHAL_SETRENDERTARGETCB,
pub Clear: LPD3DHAL_CLEARCB,
pub DrawOnePrimitive: LPD3DHAL_DRAWONEPRIMITIVECB,
pub DrawOneIndexedPrimitive: LPD3DHAL_DRAWONEINDEXEDPRIMITIVECB,
pub DrawPrimitives: LPD3DHAL_DRAWPRIMITIVESCB,
}
Fields§
§dwSize: u32
§dwFlags: u32
§SetRenderTarget: LPD3DHAL_SETRENDERTARGETCB
§Clear: LPD3DHAL_CLEARCB
§DrawOnePrimitive: LPD3DHAL_DRAWONEPRIMITIVECB
§DrawOneIndexedPrimitive: LPD3DHAL_DRAWONEINDEXEDPRIMITIVECB
§DrawPrimitives: LPD3DHAL_DRAWPRIMITIVESCB
Trait Implementations§
§impl Clone for D3DHAL_CALLBACKS2
impl Clone for D3DHAL_CALLBACKS2
§fn clone(&self) -> D3DHAL_CALLBACKS2
fn clone(&self) -> D3DHAL_CALLBACKS2
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 more§impl Debug for D3DHAL_CALLBACKS2
impl Debug for D3DHAL_CALLBACKS2
§impl Default for D3DHAL_CALLBACKS2
impl Default for D3DHAL_CALLBACKS2
§impl PartialEq for D3DHAL_CALLBACKS2
impl PartialEq for D3DHAL_CALLBACKS2
impl Copy for D3DHAL_CALLBACKS2
impl StructuralPartialEq for D3DHAL_CALLBACKS2
Auto Trait Implementations§
impl Freeze for D3DHAL_CALLBACKS2
impl RefUnwindSafe for D3DHAL_CALLBACKS2
impl Send for D3DHAL_CALLBACKS2
impl Sync for D3DHAL_CALLBACKS2
impl Unpin for D3DHAL_CALLBACKS2
impl UnwindSafe for D3DHAL_CALLBACKS2
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