Struct windows_sys::Win32::Graphics::Gdi::CIEXYZTRIPLE
#[repr(C)]pub struct CIEXYZTRIPLE {
pub ciexyzRed: CIEXYZ,
pub ciexyzGreen: CIEXYZ,
pub ciexyzBlue: CIEXYZ,
}Fields§
§ciexyzRed: CIEXYZ§ciexyzGreen: CIEXYZ§ciexyzBlue: CIEXYZTrait Implementations§
§impl Clone for CIEXYZTRIPLE
impl Clone for CIEXYZTRIPLE
impl Copy for CIEXYZTRIPLE
Auto Trait Implementations§
impl RefUnwindSafe for CIEXYZTRIPLE
impl Send for CIEXYZTRIPLE
impl Sync for CIEXYZTRIPLE
impl Unpin 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