#[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: SHORT
Trait Implementations§
Source§impl Clone for tagCOLORADJUSTMENT
impl Clone for tagCOLORADJUSTMENT
Source§fn clone(&self) -> tagCOLORADJUSTMENT
fn clone(&self) -> tagCOLORADJUSTMENT
Returns a copy 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
Source§impl Ord for tagCOLORADJUSTMENT
impl Ord for tagCOLORADJUSTMENT
Source§fn cmp(&self, other: &tagCOLORADJUSTMENT) -> Ordering
fn cmp(&self, other: &tagCOLORADJUSTMENT) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagCOLORADJUSTMENT
impl PartialEq for tagCOLORADJUSTMENT
Source§impl PartialOrd for tagCOLORADJUSTMENT
impl PartialOrd for tagCOLORADJUSTMENT
impl Copy for tagCOLORADJUSTMENT
impl Eq for tagCOLORADJUSTMENT
impl StructuralPartialEq 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