#[repr(C)]
pub struct DDRAWI_DDMOTIONCOMP_LCL {
Show 15 fields pub lpDD: *mut DDRAWI_DIRECTDRAW_LCL, pub guid: GUID, pub dwUncompWidth: u32, pub dwUncompHeight: u32, pub ddUncompPixelFormat: DDPIXELFORMAT, pub dwInternalFlags: u32, pub dwRefCnt: u32, pub dwProcessId: u32, pub hMoComp: HANDLE, pub dwDriverReserved1: u32, pub dwDriverReserved2: u32, pub dwDriverReserved3: u32, pub lpDriverReserved1: *mut c_void, pub lpDriverReserved2: *mut c_void, pub lpDriverReserved3: *mut c_void,
}
Expand description

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

Fields

lpDD: *mut DDRAWI_DIRECTDRAW_LCLguid: GUIDdwUncompWidth: u32dwUncompHeight: u32ddUncompPixelFormat: DDPIXELFORMATdwInternalFlags: u32dwRefCnt: u32dwProcessId: u32hMoComp: HANDLEdwDriverReserved1: u32dwDriverReserved2: u32dwDriverReserved3: u32lpDriverReserved1: *mut c_voidlpDriverReserved2: *mut c_voidlpDriverReserved3: *mut c_void

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.