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