#[repr(C)]pub struct EMRSETPALETTEENTRIES {
pub emr: EMR,
pub ihPal: DWORD,
pub iStart: DWORD,
pub cEntries: DWORD,
pub aPalEntries: [PALETTEENTRY; 1],
}
Fields
emr: EMR
ihPal: DWORD
iStart: DWORD
cEntries: DWORD
aPalEntries: [PALETTEENTRY; 1]
Trait Implementations
sourceimpl Clone for EMRSETPALETTEENTRIES
impl Clone for EMRSETPALETTEENTRIES
sourcefn clone(&self) -> EMRSETPALETTEENTRIES
fn clone(&self) -> EMRSETPALETTEENTRIES
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for EMRSETPALETTEENTRIES
Auto Trait Implementations
impl RefUnwindSafe for EMRSETPALETTEENTRIES
impl Send for EMRSETPALETTEENTRIES
impl Sync for EMRSETPALETTEENTRIES
impl Unpin for EMRSETPALETTEENTRIES
impl UnwindSafe for EMRSETPALETTEENTRIES
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