Struct DD_MAPMEMORYDATA
#[repr(C)]pub struct DD_MAPMEMORYDATA {
pub lpDD: *mut DD_DIRECTDRAW_GLOBAL,
pub bMap: BOOL,
pub hProcess: HANDLE,
pub fpProcess: usize,
pub ddRVal: HRESULT,
}
Fields§
§lpDD: *mut DD_DIRECTDRAW_GLOBAL
§bMap: BOOL
§hProcess: HANDLE
§fpProcess: usize
§ddRVal: HRESULT
Trait Implementations§
§impl Clone for DD_MAPMEMORYDATA
impl Clone for DD_MAPMEMORYDATA
§fn clone(&self) -> DD_MAPMEMORYDATA
fn clone(&self) -> DD_MAPMEMORYDATA
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_MAPMEMORYDATA
impl Debug for DD_MAPMEMORYDATA
§impl Default for DD_MAPMEMORYDATA
impl Default for DD_MAPMEMORYDATA
§impl PartialEq for DD_MAPMEMORYDATA
impl PartialEq for DD_MAPMEMORYDATA
impl Copy for DD_MAPMEMORYDATA
impl StructuralPartialEq for DD_MAPMEMORYDATA
Auto Trait Implementations§
impl Freeze for DD_MAPMEMORYDATA
impl RefUnwindSafe for DD_MAPMEMORYDATA
impl !Send for DD_MAPMEMORYDATA
impl !Sync for DD_MAPMEMORYDATA
impl Unpin for DD_MAPMEMORYDATA
impl UnwindSafe for DD_MAPMEMORYDATA
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