Struct lcms2_sys::ffi::CIEXYZTRIPLE
source · #[repr(C)]pub struct CIEXYZTRIPLE {
pub Red: CIEXYZ,
pub Green: CIEXYZ,
pub Blue: CIEXYZ,
}
Fields§
§Red: CIEXYZ
§Green: CIEXYZ
§Blue: CIEXYZ
Trait Implementations§
source§impl Clone for CIEXYZTRIPLE
impl Clone for CIEXYZTRIPLE
source§fn clone(&self) -> CIEXYZTRIPLE
fn clone(&self) -> CIEXYZTRIPLE
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 CIEXYZTRIPLE
impl Debug for CIEXYZTRIPLE
source§impl PartialEq for CIEXYZTRIPLE
impl PartialEq for CIEXYZTRIPLE
source§fn eq(&self, other: &CIEXYZTRIPLE) -> bool
fn eq(&self, other: &CIEXYZTRIPLE) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CIEXYZTRIPLE
impl StructuralPartialEq for CIEXYZTRIPLE
Auto Trait Implementations§
impl RefUnwindSafe for CIEXYZTRIPLE
impl Send for CIEXYZTRIPLE
impl Sync for CIEXYZTRIPLE
impl Unpin for CIEXYZTRIPLE
impl UnwindSafe for CIEXYZTRIPLE
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