Struct windows::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,
}
Fields§
§lpDD: *mut DD_DIRECTDRAW_GLOBAL
§lpDDSurface: *mut DD_SURFACE_LOCAL
§bHasRect: u32
§rArea: RECTL
§lpSurfData: *mut c_void
§ddRVal: HRESULT
§Lock: *mut c_void
§dwFlags: u32
§fpProcess: usize
Trait Implementations§
§impl Clone for DD_LOCKDATA
impl Clone for DD_LOCKDATA
§fn clone(&self) -> DD_LOCKDATA
fn clone(&self) -> DD_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 DD_LOCKDATA
impl Debug for DD_LOCKDATA
§impl PartialEq for DD_LOCKDATA
impl PartialEq for DD_LOCKDATA
§fn eq(&self, other: &DD_LOCKDATA) -> bool
fn eq(&self, other: &DD_LOCKDATA) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DD_LOCKDATA
impl Eq for DD_LOCKDATA
impl StructuralPartialEq for DD_LOCKDATA
Auto Trait Implementations§
impl Freeze for DD_LOCKDATA
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)