#[repr(C)]pub struct COLORADJUSTMENT {
pub caSize: WORD,
pub caFlags: WORD,
pub caIlluminantIndex: WORD,
pub caRedGamma: WORD,
pub caGreenGamma: WORD,
pub caBlueGamma: WORD,
pub caReferenceBlack: WORD,
pub caReferenceWhite: WORD,
pub caContrast: SHORT,
pub caBrightness: SHORT,
pub caColorfulness: SHORT,
pub caRedGreenTint: SHORT,
}
Fields
caSize: WORD
caFlags: WORD
caIlluminantIndex: WORD
caRedGamma: WORD
caGreenGamma: WORD
caBlueGamma: WORD
caReferenceBlack: WORD
caReferenceWhite: WORD
caContrast: SHORT
caBrightness: SHORT
caColorfulness: SHORT
caRedGreenTint: SHORT
Trait Implementations
sourceimpl Clone for COLORADJUSTMENT
impl Clone for COLORADJUSTMENT
sourcefn clone(&self) -> COLORADJUSTMENT
fn clone(&self) -> COLORADJUSTMENT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for COLORADJUSTMENT
Auto Trait Implementations
impl RefUnwindSafe for COLORADJUSTMENT
impl Send for COLORADJUSTMENT
impl Sync for COLORADJUSTMENT
impl Unpin for COLORADJUSTMENT
impl UnwindSafe for COLORADJUSTMENT
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