Struct windows_sys::Win32::Graphics::Gdi::EMRCREATEPALETTE
#[repr(C)]pub struct EMRCREATEPALETTE {
pub emr: EMR,
pub ihPal: u32,
pub lgpl: LOGPALETTE,
}
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§
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