Struct windows_sys::Win32::Graphics::DirectDraw::DDOVERLAYFX
[−]#[repr(C)]pub struct DDOVERLAYFX {
pub dwSize: u32,
pub dwAlphaEdgeBlendBitDepth: u32,
pub dwAlphaEdgeBlend: u32,
pub dwReserved: u32,
pub dwAlphaDestConstBitDepth: u32,
pub Anonymous1: DDOVERLAYFX_0,
pub dwAlphaSrcConstBitDepth: u32,
pub Anonymous2: DDOVERLAYFX_1,
pub dckDestColorkey: DDCOLORKEY,
pub dckSrcColorkey: DDCOLORKEY,
pub dwDDFX: u32,
pub dwFlags: u32,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
dwSize: u32
dwAlphaEdgeBlendBitDepth: u32
dwAlphaEdgeBlend: u32
dwReserved: u32
dwAlphaDestConstBitDepth: u32
Anonymous1: DDOVERLAYFX_0
dwAlphaSrcConstBitDepth: u32
Anonymous2: DDOVERLAYFX_1
dckDestColorkey: DDCOLORKEY
dckSrcColorkey: DDCOLORKEY
dwDDFX: u32
dwFlags: u32
Trait Implementations
impl Clone for DDOVERLAYFX
impl Clone for DDOVERLAYFX
impl Copy for DDOVERLAYFX
Auto Trait Implementations
impl RefUnwindSafe for DDOVERLAYFX
impl !Send for DDOVERLAYFX
impl !Sync for DDOVERLAYFX
impl Unpin for DDOVERLAYFX
impl UnwindSafe for DDOVERLAYFX
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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