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