Struct windows_sys::Win32::Graphics::DirectDraw::DDLOCKININFO
[−]#[repr(C)]pub struct DDLOCKININFO {
pub lpSurfaceData: *mut DDSURFACEDATA,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
lpSurfaceData: *mut DDSURFACEDATA
Trait Implementations
impl Clone for DDLOCKININFO
impl Clone for DDLOCKININFO
impl Copy for DDLOCKININFO
Auto Trait Implementations
impl RefUnwindSafe for DDLOCKININFO
impl !Send for DDLOCKININFO
impl !Sync for DDLOCKININFO
impl Unpin for DDLOCKININFO
impl UnwindSafe for DDLOCKININFO
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