Struct windows_sys::Win32::Graphics::DirectDraw::DD_GETBLTSTATUSDATA
[−]#[repr(C)]pub struct DD_GETBLTSTATUSDATA {
pub lpDD: *mut DD_DIRECTDRAW_GLOBAL,
pub lpDDSurface: *mut DD_SURFACE_LOCAL,
pub dwFlags: u32,
pub ddRVal: HRESULT,
pub GetBltStatus: *mut c_void,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
Fields
lpDD: *mut DD_DIRECTDRAW_GLOBAL
lpDDSurface: *mut DD_SURFACE_LOCAL
dwFlags: u32
ddRVal: HRESULT
GetBltStatus: *mut c_void
Trait Implementations
impl Clone for DD_GETBLTSTATUSDATA
impl Clone for DD_GETBLTSTATUSDATA
impl Copy for DD_GETBLTSTATUSDATA
Auto Trait Implementations
impl RefUnwindSafe for DD_GETBLTSTATUSDATA
impl !Send for DD_GETBLTSTATUSDATA
impl !Sync for DD_GETBLTSTATUSDATA
impl Unpin for DD_GETBLTSTATUSDATA
impl UnwindSafe for DD_GETBLTSTATUSDATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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