Struct windows_sys::Win32::Graphics::Gdi::EMRSELECTPALETTE
#[repr(C)]pub struct EMRSELECTPALETTE {
pub emr: EMR,
pub ihPal: u32,
}
Fields§
§emr: EMR
§ihPal: u32
Trait Implementations§
§impl Clone for EMRSELECTPALETTE
impl Clone for EMRSELECTPALETTE
impl Copy for EMRSELECTPALETTE
Auto Trait Implementations§
impl RefUnwindSafe for EMRSELECTPALETTE
impl Send for EMRSELECTPALETTE
impl Sync for EMRSELECTPALETTE
impl Unpin for EMRSELECTPALETTE
impl UnwindSafe for EMRSELECTPALETTE
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