#[repr(C, packed(2))]pub struct CMFixedXYZColor {
pub X: Fixed,
pub Y: Fixed,
pub Z: Fixed,
}Expand description
Apple SDK struct CMFixedXYZColor.
Fields§
§X: Fixed§Y: Fixed§Z: FixedTrait Implementations§
Source§impl Clone for CMFixedXYZColor
impl Clone for CMFixedXYZColor
Source§fn clone(&self) -> CMFixedXYZColor
fn clone(&self) -> CMFixedXYZColor
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 CMFixedXYZColor
impl Debug for CMFixedXYZColor
impl Copy for CMFixedXYZColor
Auto Trait Implementations§
impl Freeze for CMFixedXYZColor
impl RefUnwindSafe for CMFixedXYZColor
impl Send for CMFixedXYZColor
impl Sync for CMFixedXYZColor
impl Unpin for CMFixedXYZColor
impl UnsafeUnpin for CMFixedXYZColor
impl UnwindSafe for CMFixedXYZColor
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