Union windows_sys::Win32::Graphics::DirectDraw::DDBLTFX_0
[−]#[repr(C)]
pub union DDBLTFX_0 {
pub dwZDestConst: u32,
pub lpDDSZBufferDest: IDirectDrawSurface,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
dwZDestConst: u32
lpDDSZBufferDest: IDirectDrawSurface
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DDBLTFX_0
impl !Send for DDBLTFX_0
impl !Sync for DDBLTFX_0
impl Unpin for DDBLTFX_0
impl UnwindSafe for DDBLTFX_0
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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