Struct DDHAL_DDPALETTECALLBACKS
#[repr(C)]pub struct DDHAL_DDPALETTECALLBACKS {
pub dwSize: u32,
pub dwFlags: u32,
pub DestroyPalette: LPDDHALPALCB_DESTROYPALETTE,
pub SetEntries: LPDDHALPALCB_SETENTRIES,
}
Fields§
§dwSize: u32
§dwFlags: u32
§DestroyPalette: LPDDHALPALCB_DESTROYPALETTE
§SetEntries: LPDDHALPALCB_SETENTRIES
Trait Implementations§
§impl Clone for DDHAL_DDPALETTECALLBACKS
impl Clone for DDHAL_DDPALETTECALLBACKS
§fn clone(&self) -> DDHAL_DDPALETTECALLBACKS
fn clone(&self) -> DDHAL_DDPALETTECALLBACKS
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 DDHAL_DDPALETTECALLBACKS
impl Debug for DDHAL_DDPALETTECALLBACKS
§impl Default for DDHAL_DDPALETTECALLBACKS
impl Default for DDHAL_DDPALETTECALLBACKS
§impl PartialEq for DDHAL_DDPALETTECALLBACKS
impl PartialEq for DDHAL_DDPALETTECALLBACKS
impl Copy for DDHAL_DDPALETTECALLBACKS
impl StructuralPartialEq for DDHAL_DDPALETTECALLBACKS
Auto Trait Implementations§
impl Freeze for DDHAL_DDPALETTECALLBACKS
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§
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