Struct windows_sys::Win32::Graphics::Gdi::EMRSELECTPALETTE
[−]Expand description
Required features: "Win32_Graphics_Gdi"
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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