Struct DDRAWI_DIRECTDRAW_LCL
#[repr(C)]pub struct DDRAWI_DIRECTDRAW_LCL {Show 26 fields
pub lpDDMore: u32,
pub lpGbl: *mut DDRAWI_DIRECTDRAW_GBL,
pub dwUnused0: u32,
pub dwLocalFlags: u32,
pub dwLocalRefCnt: u32,
pub dwProcessId: u32,
pub pUnkOuter: ManuallyDrop<Option<IUnknown>>,
pub dwObsolete1: u32,
pub hWnd: usize,
pub hDC: usize,
pub dwErrorMode: u32,
pub lpPrimary: *mut DDRAWI_DDRAWSURFACE_INT,
pub lpCB: *mut DDRAWI_DDRAWSURFACE_INT,
pub dwPreferredMode: u32,
pub hD3DInstance: HINSTANCE,
pub pD3DIUnknown: ManuallyDrop<Option<IUnknown>>,
pub lpDDCB: *mut DDHAL_CALLBACKS,
pub hDDVxd: usize,
pub dwAppHackFlags: u32,
pub hFocusWnd: usize,
pub dwHotTracking: u32,
pub dwIMEState: u32,
pub hWndPopup: usize,
pub hDD: usize,
pub hGammaCalibrator: usize,
pub lpGammaCalibrator: LPDDGAMMACALIBRATORPROC,
}
Fields§
§lpDDMore: u32
§lpGbl: *mut DDRAWI_DIRECTDRAW_GBL
§dwUnused0: u32
§dwLocalFlags: u32
§dwLocalRefCnt: u32
§dwProcessId: u32
§pUnkOuter: ManuallyDrop<Option<IUnknown>>
§dwObsolete1: u32
§hWnd: usize
§hDC: usize
§dwErrorMode: u32
§lpPrimary: *mut DDRAWI_DDRAWSURFACE_INT
§lpCB: *mut DDRAWI_DDRAWSURFACE_INT
§dwPreferredMode: u32
§hD3DInstance: HINSTANCE
§pD3DIUnknown: ManuallyDrop<Option<IUnknown>>
§lpDDCB: *mut DDHAL_CALLBACKS
§hDDVxd: usize
§dwAppHackFlags: u32
§hFocusWnd: usize
§dwHotTracking: u32
§dwIMEState: u32
§hWndPopup: usize
§hDD: usize
§hGammaCalibrator: usize
§lpGammaCalibrator: LPDDGAMMACALIBRATORPROC
Trait Implementations§
§impl Clone for DDRAWI_DIRECTDRAW_LCL
impl Clone for DDRAWI_DIRECTDRAW_LCL
§fn clone(&self) -> DDRAWI_DIRECTDRAW_LCL
fn clone(&self) -> DDRAWI_DIRECTDRAW_LCL
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 DDRAWI_DIRECTDRAW_LCL
impl Debug for DDRAWI_DIRECTDRAW_LCL
§impl Default for DDRAWI_DIRECTDRAW_LCL
impl Default for DDRAWI_DIRECTDRAW_LCL
§impl PartialEq for DDRAWI_DIRECTDRAW_LCL
impl PartialEq for DDRAWI_DIRECTDRAW_LCL
impl StructuralPartialEq for DDRAWI_DIRECTDRAW_LCL
Auto Trait Implementations§
impl Freeze for DDRAWI_DIRECTDRAW_LCL
impl RefUnwindSafe for DDRAWI_DIRECTDRAW_LCL
impl !Send for DDRAWI_DIRECTDRAW_LCL
impl !Sync for DDRAWI_DIRECTDRAW_LCL
impl Unpin for DDRAWI_DIRECTDRAW_LCL
impl UnwindSafe for DDRAWI_DIRECTDRAW_LCL
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