Struct DDHAL_LOCKDATA
#[repr(C)]pub struct DDHAL_LOCKDATA {
pub lpDD: *mut DDRAWI_DIRECTDRAW_GBL,
pub lpDDSurface: *mut DDRAWI_DDRAWSURFACE_LCL,
pub bHasRect: u32,
pub rArea: RECTL,
pub lpSurfData: *mut c_void,
pub ddRVal: HRESULT,
pub Lock: LPDDHALSURFCB_LOCK,
pub dwFlags: u32,
}
Fields§
§lpDD: *mut DDRAWI_DIRECTDRAW_GBL
§lpDDSurface: *mut DDRAWI_DDRAWSURFACE_LCL
§bHasRect: u32
§rArea: RECTL
§lpSurfData: *mut c_void
§ddRVal: HRESULT
§Lock: LPDDHALSURFCB_LOCK
§dwFlags: u32
Trait Implementations§
§impl Clone for DDHAL_LOCKDATA
impl Clone for DDHAL_LOCKDATA
§fn clone(&self) -> DDHAL_LOCKDATA
fn clone(&self) -> DDHAL_LOCKDATA
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DDHAL_LOCKDATA
impl Debug for DDHAL_LOCKDATA
§impl Default for DDHAL_LOCKDATA
impl Default for DDHAL_LOCKDATA
§impl PartialEq for DDHAL_LOCKDATA
impl PartialEq for DDHAL_LOCKDATA
impl Copy for DDHAL_LOCKDATA
impl StructuralPartialEq for DDHAL_LOCKDATA
Auto Trait Implementations§
impl Freeze for DDHAL_LOCKDATA
impl RefUnwindSafe for DDHAL_LOCKDATA
impl !Send for DDHAL_LOCKDATA
impl !Sync for DDHAL_LOCKDATA
impl Unpin for DDHAL_LOCKDATA
impl UnwindSafe for DDHAL_LOCKDATA
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more