Struct windows_sys::Win32::Graphics::DirectDraw::DDRAWI_DDRAWPALETTE_GBL
[−]#[repr(C)]pub struct DDRAWI_DDRAWPALETTE_GBL {
pub dwRefCnt: u32,
pub dwFlags: u32,
pub lpDD_lcl: *mut DDRAWI_DIRECTDRAW_LCL,
pub dwProcessId: u32,
pub lpColorTable: *mut PALETTEENTRY,
pub Anonymous: DDRAWI_DDRAWPALETTE_GBL_0,
pub dwDriverReserved: u32,
pub dwContentsStamp: u32,
pub dwSaveStamp: u32,
pub dwHandle: u32,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
dwRefCnt: u32
dwFlags: u32
lpDD_lcl: *mut DDRAWI_DIRECTDRAW_LCL
dwProcessId: u32
lpColorTable: *mut PALETTEENTRY
Anonymous: DDRAWI_DDRAWPALETTE_GBL_0
dwDriverReserved: u32
dwContentsStamp: u32
dwSaveStamp: u32
dwHandle: u32
Trait Implementations
impl Clone for DDRAWI_DDRAWPALETTE_GBL
impl Clone for DDRAWI_DDRAWPALETTE_GBL
impl Copy for DDRAWI_DDRAWPALETTE_GBL
Auto Trait Implementations
impl RefUnwindSafe for DDRAWI_DDRAWPALETTE_GBL
impl !Send for DDRAWI_DDRAWPALETTE_GBL
impl !Sync for DDRAWI_DDRAWPALETTE_GBL
impl Unpin for DDRAWI_DDRAWPALETTE_GBL
impl UnwindSafe for DDRAWI_DDRAWPALETTE_GBL
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