Struct windows_sys::Win32::Graphics::Gdi::COLORCORRECTPALETTE
[−]#[repr(C)]pub struct COLORCORRECTPALETTE {
pub emr: EMR,
pub ihPalette: u32,
pub nFirstEntry: u32,
pub nPalEntries: u32,
pub nReserved: u32,
}
Expand description
Required features: ‘Win32_Graphics_Gdi’
Fields
emr: EMR
ihPalette: u32
nFirstEntry: u32
nPalEntries: u32
nReserved: u32
Trait Implementations
impl Clone for COLORCORRECTPALETTE
impl Clone for COLORCORRECTPALETTE
impl Copy for COLORCORRECTPALETTE
Auto Trait Implementations
impl RefUnwindSafe for COLORCORRECTPALETTE
impl Send for COLORCORRECTPALETTE
impl Sync for COLORCORRECTPALETTE
impl Unpin for COLORCORRECTPALETTE
impl UnwindSafe for COLORCORRECTPALETTE
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