#[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: 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: 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,
}
Expand description

Required features: "Win32_Graphics_DirectDraw", "Win32_Foundation", "Win32_Graphics_Gdi"

Fields

lpDDMore: u32lpGbl: *mut DDRAWI_DIRECTDRAW_GBLdwUnused0: u32dwLocalFlags: u32dwLocalRefCnt: u32dwProcessId: u32pUnkOuter: IUnknowndwObsolete1: u32hWnd: usizehDC: usizedwErrorMode: u32lpPrimary: *mut DDRAWI_DDRAWSURFACE_INTlpCB: *mut DDRAWI_DDRAWSURFACE_INTdwPreferredMode: u32hD3DInstance: HINSTANCEpD3DIUnknown: IUnknownlpDDCB: *mut DDHAL_CALLBACKShDDVxd: usizedwAppHackFlags: u32hFocusWnd: usizedwHotTracking: u32dwIMEState: u32hWndPopup: usizehDD: usizehGammaCalibrator: usizelpGammaCalibrator: LPDDGAMMACALIBRATORPROC

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.