Union DDBLTFX_0
#[repr(C)]
pub union DDBLTFX_0 {
pub dwZDestConst: u32,
pub lpDDSZBufferDest: ManuallyDrop<Option<IDirectDrawSurface>>,
}
Fields§
§dwZDestConst: u32
§lpDDSZBufferDest: ManuallyDrop<Option<IDirectDrawSurface>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DDBLTFX_0
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more