Struct windows_sys::Win32::Graphics::DirectDraw::DD_PALETTECALLBACKS
[−]#[repr(C)]pub struct DD_PALETTECALLBACKS {
pub dwSize: u32,
pub dwFlags: u32,
pub DestroyPalette: PDD_PALCB_DESTROYPALETTE,
pub SetEntries: PDD_PALCB_SETENTRIES,
}
Expand description
Required features: "Win32_Graphics_DirectDraw"
, "Win32_Graphics_Gdi"
Fields
dwSize: u32
dwFlags: u32
DestroyPalette: PDD_PALCB_DESTROYPALETTE
SetEntries: PDD_PALCB_SETENTRIES
Trait Implementations
impl Clone for DD_PALETTECALLBACKS
impl Clone for DD_PALETTECALLBACKS
impl Copy for DD_PALETTECALLBACKS
Auto Trait Implementations
impl RefUnwindSafe for DD_PALETTECALLBACKS
impl Send for DD_PALETTECALLBACKS
impl Sync for DD_PALETTECALLBACKS
impl Unpin for DD_PALETTECALLBACKS
impl UnwindSafe for DD_PALETTECALLBACKS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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