Struct PrimaryXYZColors
#[repr(C)]pub struct PrimaryXYZColors {
pub red: XYZColorF,
pub yellow: XYZColorF,
pub green: XYZColorF,
pub cyan: XYZColorF,
pub blue: XYZColorF,
pub magenta: XYZColorF,
pub black: XYZColorF,
pub white: XYZColorF,
}
Fields§
§red: XYZColorF
§yellow: XYZColorF
§green: XYZColorF
§cyan: XYZColorF
§blue: XYZColorF
§magenta: XYZColorF
§black: XYZColorF
§white: XYZColorF
Trait Implementations§
§impl Clone for PrimaryXYZColors
impl Clone for PrimaryXYZColors
§fn clone(&self) -> PrimaryXYZColors
fn clone(&self) -> PrimaryXYZColors
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 moreimpl Copy for PrimaryXYZColors
Auto Trait Implementations§
impl Freeze for PrimaryXYZColors
impl RefUnwindSafe for PrimaryXYZColors
impl Send for PrimaryXYZColors
impl Sync for PrimaryXYZColors
impl Unpin for PrimaryXYZColors
impl UnwindSafe for PrimaryXYZColors
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