Union DDBLTFX_1
#[repr(C)]
pub union DDBLTFX_1 {
pub dwZSrcConst: u32,
pub lpDDSZBufferSrc: ManuallyDrop<Option<IDirectDrawSurface>>,
}
Fields§
§dwZSrcConst: u32
§lpDDSZBufferSrc: ManuallyDrop<Option<IDirectDrawSurface>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DDBLTFX_1
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§
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