Struct windows_sys::Win32::Graphics::DirectDraw::DD_LOCKDATA
[−]#[repr(C)]pub struct DD_LOCKDATA {
pub lpDD: *mut DD_DIRECTDRAW_GLOBAL,
pub lpDDSurface: *mut DD_SURFACE_LOCAL,
pub bHasRect: u32,
pub rArea: RECTL,
pub lpSurfData: *mut c_void,
pub ddRVal: HRESULT,
pub Lock: *mut c_void,
pub dwFlags: u32,
pub fpProcess: usize,
}Expand description
Required features: ‘Win32_Graphics_DirectDraw’, ‘Win32_Foundation’
Fields
lpDD: *mut DD_DIRECTDRAW_GLOBALlpDDSurface: *mut DD_SURFACE_LOCALbHasRect: u32rArea: RECTLlpSurfData: *mut c_voidddRVal: HRESULTLock: *mut c_voiddwFlags: u32fpProcess: usizeTrait Implementations
impl Clone for DD_LOCKDATA
impl Clone for DD_LOCKDATA
impl Copy for DD_LOCKDATA
Auto Trait Implementations
impl RefUnwindSafe for DD_LOCKDATA
impl !Send for DD_LOCKDATA
impl !Sync for DD_LOCKDATA
impl Unpin for DD_LOCKDATA
impl UnwindSafe for DD_LOCKDATA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more