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