Struct windows_sys::Win32::Graphics::DirectDraw::DDHAL_GETBLTSTATUSDATA
[−]#[repr(C)]pub struct DDHAL_GETBLTSTATUSDATA {
pub lpDD: *mut DDRAWI_DIRECTDRAW_GBL,
pub lpDDSurface: *mut DDRAWI_DDRAWSURFACE_LCL,
pub dwFlags: u32,
pub ddRVal: HRESULT,
pub GetBltStatus: LPDDHALSURFCB_GETBLTSTATUS,
}Expand description
Required features: "Win32_Graphics_DirectDraw", "Win32_Foundation", "Win32_Graphics_Gdi"
Fields
lpDD: *mut DDRAWI_DIRECTDRAW_GBLlpDDSurface: *mut DDRAWI_DDRAWSURFACE_LCLdwFlags: u32ddRVal: HRESULTGetBltStatus: LPDDHALSURFCB_GETBLTSTATUSTrait Implementations
impl Clone for DDHAL_GETBLTSTATUSDATA
impl Clone for DDHAL_GETBLTSTATUSDATA
impl Copy for DDHAL_GETBLTSTATUSDATA
Auto Trait Implementations
impl RefUnwindSafe for DDHAL_GETBLTSTATUSDATA
impl !Send for DDHAL_GETBLTSTATUSDATA
impl !Sync for DDHAL_GETBLTSTATUSDATA
impl Unpin for DDHAL_GETBLTSTATUSDATA
impl UnwindSafe for DDHAL_GETBLTSTATUSDATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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