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