Struct 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,
}
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
§fn clone(&self) -> DDRAWI_DDRAWPALETTE_GBL
fn clone(&self) -> DDRAWI_DDRAWPALETTE_GBL
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for DDRAWI_DDRAWPALETTE_GBL
impl Default for DDRAWI_DDRAWPALETTE_GBL
impl Copy for DDRAWI_DDRAWPALETTE_GBL
Auto Trait Implementations§
impl Freeze for DDRAWI_DDRAWPALETTE_GBL
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§
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