Struct windows_sys::Win32::Graphics::DirectDraw::DD_DESTROYPALETTEDATA
[−]#[repr(C)]pub struct DD_DESTROYPALETTEDATA {
pub lpDD: *mut DD_DIRECTDRAW_GLOBAL,
pub lpDDPalette: *mut DD_PALETTE_GLOBAL,
pub ddRVal: HRESULT,
pub DestroyPalette: *mut c_void,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
Fields
lpDD: *mut DD_DIRECTDRAW_GLOBAL
lpDDPalette: *mut DD_PALETTE_GLOBAL
ddRVal: HRESULT
DestroyPalette: *mut c_void
Trait Implementations
impl Clone for DD_DESTROYPALETTEDATA
impl Clone for DD_DESTROYPALETTEDATA
impl Copy for DD_DESTROYPALETTEDATA
Auto Trait Implementations
impl RefUnwindSafe for DD_DESTROYPALETTEDATA
impl !Send for DD_DESTROYPALETTEDATA
impl !Sync for DD_DESTROYPALETTEDATA
impl Unpin for DD_DESTROYPALETTEDATA
impl UnwindSafe for DD_DESTROYPALETTEDATA
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