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