#[repr(C)]pub struct tagICEXYZTRIPLE {
pub ciexyzRed: CIEXYZ,
pub ciexyzGreen: CIEXYZ,
pub ciexyzBlue: CIEXYZ,
}
Fields§
§ciexyzRed: CIEXYZ
§ciexyzGreen: CIEXYZ
§ciexyzBlue: CIEXYZ
Trait Implementations§
Source§impl Clone for tagICEXYZTRIPLE
impl Clone for tagICEXYZTRIPLE
Source§fn clone(&self) -> tagICEXYZTRIPLE
fn clone(&self) -> tagICEXYZTRIPLE
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 tagICEXYZTRIPLE
impl Debug for tagICEXYZTRIPLE
Source§impl Ord for tagICEXYZTRIPLE
impl Ord for tagICEXYZTRIPLE
Source§fn cmp(&self, other: &tagICEXYZTRIPLE) -> Ordering
fn cmp(&self, other: &tagICEXYZTRIPLE) -> 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 tagICEXYZTRIPLE
impl PartialEq for tagICEXYZTRIPLE
Source§impl PartialOrd for tagICEXYZTRIPLE
impl PartialOrd for tagICEXYZTRIPLE
impl Copy for tagICEXYZTRIPLE
impl Eq for tagICEXYZTRIPLE
impl StructuralPartialEq for tagICEXYZTRIPLE
Auto Trait Implementations§
impl Freeze for tagICEXYZTRIPLE
impl RefUnwindSafe for tagICEXYZTRIPLE
impl Send for tagICEXYZTRIPLE
impl Sync for tagICEXYZTRIPLE
impl Unpin for tagICEXYZTRIPLE
impl UnwindSafe for tagICEXYZTRIPLE
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