Struct windows_sys::Win32::Graphics::DirectDraw::DDBLTFX
[−]#[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: DDCOLORKEYTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DDBLTFX
impl !Send for DDBLTFX
impl !Sync for DDBLTFX
impl Unpin for DDBLTFX
impl UnwindSafe for DDBLTFX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more