Struct D3DHAL_SETRENDERTARGETDATA
#[repr(C)]pub struct D3DHAL_SETRENDERTARGETDATA {
pub dwhContext: usize,
pub Anonymous1: D3DHAL_SETRENDERTARGETDATA_0,
pub Anonymous2: D3DHAL_SETRENDERTARGETDATA_1,
pub ddrval: HRESULT,
}
Fields§
§dwhContext: usize
§Anonymous1: D3DHAL_SETRENDERTARGETDATA_0
§Anonymous2: D3DHAL_SETRENDERTARGETDATA_1
§ddrval: HRESULT
Trait Implementations§
§impl Clone for D3DHAL_SETRENDERTARGETDATA
impl Clone for D3DHAL_SETRENDERTARGETDATA
Auto Trait Implementations§
impl Freeze for D3DHAL_SETRENDERTARGETDATA
impl RefUnwindSafe for D3DHAL_SETRENDERTARGETDATA
impl !Send for D3DHAL_SETRENDERTARGETDATA
impl !Sync for D3DHAL_SETRENDERTARGETDATA
impl Unpin for D3DHAL_SETRENDERTARGETDATA
impl UnwindSafe for D3DHAL_SETRENDERTARGETDATA
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