#[repr(C)]pub struct CIEXYZTRIPLE {
pub Red: CIEXYZ,
pub Green: CIEXYZ,
pub Blue: CIEXYZ,
}Fields§
§Red: CIEXYZ§Green: CIEXYZ§Blue: CIEXYZTrait Implementations§
Source§impl Clone for CIEXYZTRIPLE
impl Clone for CIEXYZTRIPLE
Source§fn clone(&self) -> CIEXYZTRIPLE
fn clone(&self) -> CIEXYZTRIPLE
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CIEXYZTRIPLE
Source§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
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CIEXYZTRIPLE
Auto Trait Implementations§
impl Freeze for CIEXYZTRIPLE
impl RefUnwindSafe for CIEXYZTRIPLE
impl Send for CIEXYZTRIPLE
impl Sync for CIEXYZTRIPLE
impl Unpin for CIEXYZTRIPLE
impl UnsafeUnpin 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