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