#[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: WORDcaFlags: WORDcaIlluminantIndex: WORDcaRedGamma: WORDcaGreenGamma: WORDcaBlueGamma: WORDcaReferenceBlack: WORDcaReferenceWhite: WORDcaContrast: SHORTcaBrightness: SHORTcaColorfulness: SHORTcaRedGreenTint: SHORTTrait 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