#[repr(C)]
pub struct DDRAWI_DDRAWCLIPPER_LCL { pub lpClipMore: u32, pub lpGbl: *mut DDRAWI_DDRAWCLIPPER_GBL, pub lpDD_lcl: *mut DDRAWI_DIRECTDRAW_LCL, pub dwLocalRefCnt: u32, pub pUnkOuter: IUnknown, pub lpDD_int: *mut DDRAWI_DIRECTDRAW_INT, pub dwReserved1: usize, pub pAddrefedThisOwner: IUnknown, }
Expand description

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

Fields

lpClipMore: u32lpGbl: *mut DDRAWI_DDRAWCLIPPER_GBLlpDD_lcl: *mut DDRAWI_DIRECTDRAW_LCLdwLocalRefCnt: u32pUnkOuter: IUnknownlpDD_int: *mut DDRAWI_DIRECTDRAW_INTdwReserved1: usizepAddrefedThisOwner: IUnknown

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.