#[repr(C, packed(2))]pub struct CMXYZType {
pub typeDescriptor: OSType,
pub reserved: UInt32,
pub XYZ: [CMFixedXYZColor; 1],
}Expand description
Apple SDK struct CMXYZType.
Fields§
§typeDescriptor: OSType§reserved: UInt32§XYZ: [CMFixedXYZColor; 1]Trait Implementations§
Auto Trait Implementations§
impl Freeze for CMXYZType
impl RefUnwindSafe for CMXYZType
impl Send for CMXYZType
impl Sync for CMXYZType
impl Unpin for CMXYZType
impl UnsafeUnpin for CMXYZType
impl UnwindSafe for CMXYZType
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