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