Struct windows::Win32::UI::ColorSystem::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 more§impl Debug for PrimaryXYZColors
impl Debug for PrimaryXYZColors
§impl Default for PrimaryXYZColors
impl Default for PrimaryXYZColors
§impl PartialEq for PrimaryXYZColors
impl PartialEq for PrimaryXYZColors
§fn eq(&self, other: &PrimaryXYZColors) -> bool
fn eq(&self, other: &PrimaryXYZColors) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PrimaryXYZColors
impl StructuralPartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)