#[repr(C)]pub struct EMRCOLORCORRECTPALETTE {
    pub emr: EMR,
    pub ihPalette: DWORD,
    pub nFirstEntry: DWORD,
    pub nPalEntries: DWORD,
    pub nReserved: DWORD,
}Fields§
§emr: EMR§ihPalette: DWORD§nFirstEntry: DWORD§nPalEntries: DWORD§nReserved: DWORDTrait Implementations§
Source§impl Clone for EMRCOLORCORRECTPALETTE
 
impl Clone for EMRCOLORCORRECTPALETTE
Source§fn clone(&self) -> EMRCOLORCORRECTPALETTE
 
fn clone(&self) -> EMRCOLORCORRECTPALETTE
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 moreimpl Copy for EMRCOLORCORRECTPALETTE
Auto Trait Implementations§
impl Freeze for EMRCOLORCORRECTPALETTE
impl RefUnwindSafe for EMRCOLORCORRECTPALETTE
impl Send for EMRCOLORCORRECTPALETTE
impl Sync for EMRCOLORCORRECTPALETTE
impl Unpin for EMRCOLORCORRECTPALETTE
impl UnwindSafe for EMRCOLORCORRECTPALETTE
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