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