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