#[repr(C)]pub struct DDHAL_DDPALETTECALLBACKS {
pub dwSize: u32,
pub dwFlags: u32,
pub DestroyPalette: LPDDHALPALCB_DESTROYPALETTE,
pub SetEntries: LPDDHALPALCB_SETENTRIES,
}
Expand description
Required features: ‘Win32_Graphics_DirectDraw’, ‘Win32_Foundation’, ‘Win32_Graphics_Gdi’
Fields
dwSize: u32
dwFlags: u32
DestroyPalette: LPDDHALPALCB_DESTROYPALETTE
SetEntries: LPDDHALPALCB_SETENTRIES
Trait Implementations
impl Clone for DDHAL_DDPALETTECALLBACKS
impl Clone for DDHAL_DDPALETTECALLBACKS
impl Copy for DDHAL_DDPALETTECALLBACKS
Auto Trait Implementations
impl RefUnwindSafe for DDHAL_DDPALETTECALLBACKS
impl Send for DDHAL_DDPALETTECALLBACKS
impl Sync for DDHAL_DDPALETTECALLBACKS
impl Unpin for DDHAL_DDPALETTECALLBACKS
impl UnwindSafe for DDHAL_DDPALETTECALLBACKS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more