Union D3DHAL_SETRENDERTARGETDATA_1
#[repr(C)]
pub union D3DHAL_SETRENDERTARGETDATA_1 {
pub lpDDSZ: ManuallyDrop<Option<IDirectDrawSurface>>,
pub lpDDSZLcl: *mut DDRAWI_DDRAWSURFACE_LCL,
}
Fields§
§lpDDSZ: ManuallyDrop<Option<IDirectDrawSurface>>
§lpDDSZLcl: *mut DDRAWI_DDRAWSURFACE_LCL
Trait Implementations§
§impl Clone for D3DHAL_SETRENDERTARGETDATA_1
impl Clone for D3DHAL_SETRENDERTARGETDATA_1
Auto Trait Implementations§
impl Freeze for D3DHAL_SETRENDERTARGETDATA_1
impl RefUnwindSafe for D3DHAL_SETRENDERTARGETDATA_1
impl !Send for D3DHAL_SETRENDERTARGETDATA_1
impl !Sync for D3DHAL_SETRENDERTARGETDATA_1
impl Unpin for D3DHAL_SETRENDERTARGETDATA_1
impl UnwindSafe for D3DHAL_SETRENDERTARGETDATA_1
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