#[repr(C)]pub struct tagCOLORADJUSTMENT {
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: SHORTTrait Implementations§
Source§impl Clone for tagCOLORADJUSTMENT
impl Clone for tagCOLORADJUSTMENT
Source§fn clone(&self) -> tagCOLORADJUSTMENT
fn clone(&self) -> tagCOLORADJUSTMENT
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagCOLORADJUSTMENT
impl Debug for tagCOLORADJUSTMENT
impl Copy for tagCOLORADJUSTMENT
Auto Trait Implementations§
impl Freeze for tagCOLORADJUSTMENT
impl RefUnwindSafe for tagCOLORADJUSTMENT
impl Send for tagCOLORADJUSTMENT
impl Sync for tagCOLORADJUSTMENT
impl Unpin for tagCOLORADJUSTMENT
impl UnwindSafe for tagCOLORADJUSTMENT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more