#[repr(C)]
pub struct DDHAL_CREATEMOCOMPDATA { pub lpDD: *mut DDRAWI_DIRECTDRAW_LCL, pub lpMoComp: *mut DDRAWI_DDMOTIONCOMP_LCL, pub lpGuid: *mut GUID, pub dwUncompWidth: u32, pub dwUncompHeight: u32, pub ddUncompPixelFormat: DDPIXELFORMAT, pub lpData: *mut c_void, pub dwDataSize: u32, pub ddRVal: HRESULT, pub CreateMoComp: LPDDHALMOCOMPCB_CREATE, }
Expand description

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

Fields

lpDD: *mut DDRAWI_DIRECTDRAW_LCLlpMoComp: *mut DDRAWI_DDMOTIONCOMP_LCLlpGuid: *mut GUIDdwUncompWidth: u32dwUncompHeight: u32ddUncompPixelFormat: DDPIXELFORMATlpData: *mut c_voiddwDataSize: u32ddRVal: HRESULTCreateMoComp: LPDDHALMOCOMPCB_CREATE

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.