Struct windows_sys::Win32::Graphics::Gdi::EMRCREATEPALETTE
[−]#[repr(C)]pub struct EMRCREATEPALETTE {
pub emr: EMR,
pub ihPal: u32,
pub lgpl: LOGPALETTE,
}
Expand description
Required features: "Win32_Graphics_Gdi"
Fields
emr: EMR
ihPal: u32
lgpl: LOGPALETTE
Trait Implementations
impl Clone for EMRCREATEPALETTE
impl Clone for EMRCREATEPALETTE
impl Copy for EMRCREATEPALETTE
Auto Trait Implementations
impl RefUnwindSafe for EMRCREATEPALETTE
impl Send for EMRCREATEPALETTE
impl Sync for EMRCREATEPALETTE
impl Unpin for EMRCREATEPALETTE
impl UnwindSafe for EMRCREATEPALETTE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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