Struct windows_sys::Win32::Graphics::Gdi::EMRSETCOLORADJUSTMENT
[−]#[repr(C)]pub struct EMRSETCOLORADJUSTMENT {
pub emr: EMR,
pub ColorAdjustment: COLORADJUSTMENT,
}
Expand description
Required features: "Win32_Graphics_Gdi"
Fields
emr: EMR
ColorAdjustment: COLORADJUSTMENT
Trait Implementations
impl Clone for EMRSETCOLORADJUSTMENT
impl Clone for EMRSETCOLORADJUSTMENT
impl Copy for EMRSETCOLORADJUSTMENT
Auto Trait Implementations
impl RefUnwindSafe for EMRSETCOLORADJUSTMENT
impl Send for EMRSETCOLORADJUSTMENT
impl Sync for EMRSETCOLORADJUSTMENT
impl Unpin for EMRSETCOLORADJUSTMENT
impl UnwindSafe for EMRSETCOLORADJUSTMENT
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