Union windows_sys::Win32::Graphics::DirectDraw::DDOVERLAYFX_0
[−]#[repr(C)]
pub union DDOVERLAYFX_0 {
pub dwAlphaDestConst: u32,
pub lpDDSAlphaDest: IDirectDrawSurface,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
dwAlphaDestConst: u32
lpDDSAlphaDest: IDirectDrawSurface
Trait Implementations
impl Clone for DDOVERLAYFX_0
impl Clone for DDOVERLAYFX_0
impl Copy for DDOVERLAYFX_0
Auto Trait Implementations
impl RefUnwindSafe for DDOVERLAYFX_0
impl !Send for DDOVERLAYFX_0
impl !Sync for DDOVERLAYFX_0
impl Unpin for DDOVERLAYFX_0
impl UnwindSafe for DDOVERLAYFX_0
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