Union windows_sys::Win32::Graphics::DirectDraw::DDBLTFX_2
[−]#[repr(C)]
pub union DDBLTFX_2 {
pub dwAlphaDestConst: u32,
pub lpDDSAlphaDest: IDirectDrawSurface,
}
Expand description
Required features: ‘Win32_Graphics_DirectDraw’
Fields
dwAlphaDestConst: u32
lpDDSAlphaDest: IDirectDrawSurface
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DDBLTFX_2
impl !Send for DDBLTFX_2
impl !Sync for DDBLTFX_2
impl Unpin for DDBLTFX_2
impl UnwindSafe for DDBLTFX_2
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more