#[repr(C)]
pub struct DDBLTFX {
Show 23 fields pub dwSize: u32, pub dwDDFX: u32, pub dwROP: u32, pub dwDDROP: u32, pub dwRotationAngle: u32, pub dwZBufferOpCode: u32, pub dwZBufferLow: u32, pub dwZBufferHigh: u32, pub dwZBufferBaseDest: u32, pub dwZDestConstBitDepth: u32, pub Anonymous1: DDBLTFX_0, pub dwZSrcConstBitDepth: u32, pub Anonymous2: DDBLTFX_1, pub dwAlphaEdgeBlendBitDepth: u32, pub dwAlphaEdgeBlend: u32, pub dwReserved: u32, pub dwAlphaDestConstBitDepth: u32, pub Anonymous3: DDBLTFX_2, pub dwAlphaSrcConstBitDepth: u32, pub Anonymous4: DDBLTFX_3, pub Anonymous5: DDBLTFX_4, pub ddckDestColorkey: DDCOLORKEY, pub ddckSrcColorkey: DDCOLORKEY,
}
Expand description

Required features: "Win32_Graphics_DirectDraw"

Fields

dwSize: u32dwDDFX: u32dwROP: u32dwDDROP: u32dwRotationAngle: u32dwZBufferOpCode: u32dwZBufferLow: u32dwZBufferHigh: u32dwZBufferBaseDest: u32dwZDestConstBitDepth: u32Anonymous1: DDBLTFX_0dwZSrcConstBitDepth: u32Anonymous2: DDBLTFX_1dwAlphaEdgeBlendBitDepth: u32dwAlphaEdgeBlend: u32dwReserved: u32dwAlphaDestConstBitDepth: u32Anonymous3: DDBLTFX_2dwAlphaSrcConstBitDepth: u32Anonymous4: DDBLTFX_3Anonymous5: DDBLTFX_4ddckDestColorkey: DDCOLORKEYddckSrcColorkey: DDCOLORKEY

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.