#[repr(C, packed(2))]pub struct CMViewingConditionsType {
pub typeDescriptor: OSType,
pub reserved: UInt32,
pub illuminant: CMFixedXYZColor,
pub surround: CMFixedXYZColor,
pub stdIlluminant: UInt32,
}Fields§
§typeDescriptor: OSType§reserved: UInt32§illuminant: CMFixedXYZColor§surround: CMFixedXYZColor§stdIlluminant: UInt32Trait Implementations§
Source§impl Clone for CMViewingConditionsType
impl Clone for CMViewingConditionsType
Source§fn clone(&self) -> CMViewingConditionsType
fn clone(&self) -> CMViewingConditionsType
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 moreSource§impl Debug for CMViewingConditionsType
impl Debug for CMViewingConditionsType
impl Copy for CMViewingConditionsType
Auto Trait Implementations§
impl Freeze for CMViewingConditionsType
impl RefUnwindSafe for CMViewingConditionsType
impl Send for CMViewingConditionsType
impl Sync for CMViewingConditionsType
impl Unpin for CMViewingConditionsType
impl UnsafeUnpin for CMViewingConditionsType
impl UnwindSafe for CMViewingConditionsType
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