#[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 duplicate 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
impl Copy for CIExyYTRIPLE
impl StructuralPartialEq for CIExyYTRIPLE
Auto Trait Implementations§
impl Freeze for CIExyYTRIPLE
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