Struct DD_SETPALETTEDATA
#[repr(C)]pub struct DD_SETPALETTEDATA {
pub lpDD: *mut DD_DIRECTDRAW_GLOBAL,
pub lpDDSurface: *mut DD_SURFACE_LOCAL,
pub lpDDPalette: *mut DD_PALETTE_GLOBAL,
pub ddRVal: HRESULT,
pub SetPalette: *mut c_void,
pub Attach: BOOL,
}
Fields§
§lpDD: *mut DD_DIRECTDRAW_GLOBAL
§lpDDSurface: *mut DD_SURFACE_LOCAL
§lpDDPalette: *mut DD_PALETTE_GLOBAL
§ddRVal: HRESULT
§SetPalette: *mut c_void
§Attach: BOOL
Trait Implementations§
§impl Clone for DD_SETPALETTEDATA
impl Clone for DD_SETPALETTEDATA
§fn clone(&self) -> DD_SETPALETTEDATA
fn clone(&self) -> DD_SETPALETTEDATA
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 Debug for DD_SETPALETTEDATA
impl Debug for DD_SETPALETTEDATA
§impl Default for DD_SETPALETTEDATA
impl Default for DD_SETPALETTEDATA
§impl PartialEq for DD_SETPALETTEDATA
impl PartialEq for DD_SETPALETTEDATA
impl Copy for DD_SETPALETTEDATA
impl StructuralPartialEq for DD_SETPALETTEDATA
Auto Trait Implementations§
impl Freeze for DD_SETPALETTEDATA
impl RefUnwindSafe for DD_SETPALETTEDATA
impl !Send for DD_SETPALETTEDATA
impl !Sync for DD_SETPALETTEDATA
impl Unpin for DD_SETPALETTEDATA
impl UnwindSafe for DD_SETPALETTEDATA
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