Struct windows_sys::Win32::Graphics::DirectDraw::DDHAL_SETENTRIESDATA
[−]#[repr(C)]pub struct DDHAL_SETENTRIESDATA {
pub lpDD: *mut DDRAWI_DIRECTDRAW_GBL,
pub lpDDPalette: *mut DDRAWI_DDRAWPALETTE_GBL,
pub dwBase: u32,
pub dwNumEntries: u32,
pub lpEntries: *mut PALETTEENTRY,
pub ddRVal: HRESULT,
pub SetEntries: LPDDHALPALCB_SETENTRIES,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Foundation"
, "Win32_Graphics_Gdi"
Fields
lpDD: *mut DDRAWI_DIRECTDRAW_GBL
lpDDPalette: *mut DDRAWI_DDRAWPALETTE_GBL
dwBase: u32
dwNumEntries: u32
lpEntries: *mut PALETTEENTRY
ddRVal: HRESULT
SetEntries: LPDDHALPALCB_SETENTRIES
Trait Implementations
impl Clone for DDHAL_SETENTRIESDATA
impl Clone for DDHAL_SETENTRIESDATA
impl Copy for DDHAL_SETENTRIESDATA
Auto Trait Implementations
impl RefUnwindSafe for DDHAL_SETENTRIESDATA
impl !Send for DDHAL_SETENTRIESDATA
impl !Sync for DDHAL_SETENTRIESDATA
impl Unpin for DDHAL_SETENTRIESDATA
impl UnwindSafe for DDHAL_SETENTRIESDATA
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