Struct windows_sys::Win32::Graphics::Gdi::EMRRESIZEPALETTE
[−]Expand description
Required features: ‘Win32_Graphics_Gdi’
Fields
emr: EMR
ihPal: u32
cEntries: u32
Trait Implementations
impl Clone for EMRRESIZEPALETTE
impl Clone for EMRRESIZEPALETTE
impl Copy for EMRRESIZEPALETTE
Auto Trait Implementations
impl RefUnwindSafe for EMRRESIZEPALETTE
impl Send for EMRRESIZEPALETTE
impl Sync for EMRRESIZEPALETTE
impl Unpin for EMRRESIZEPALETTE
impl UnwindSafe for EMRRESIZEPALETTE
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