#[repr(C, packed(2))]pub struct CMMeasurementType {
pub typeDescriptor: OSType,
pub reserved: UInt32,
pub standardObserver: UInt32,
pub backingXYZ: CMFixedXYZColor,
pub geometry: UInt32,
pub flare: UInt32,
pub illuminant: UInt32,
}Expand description
Apple SDK struct CMMeasurementType.
Fields§
§typeDescriptor: OSType§reserved: UInt32§standardObserver: UInt32§backingXYZ: CMFixedXYZColor§geometry: UInt32§flare: UInt32§illuminant: UInt32Trait Implementations§
Source§impl Clone for CMMeasurementType
impl Clone for CMMeasurementType
Source§fn clone(&self) -> CMMeasurementType
fn clone(&self) -> CMMeasurementType
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 CMMeasurementType
impl Debug for CMMeasurementType
impl Copy for CMMeasurementType
Auto Trait Implementations§
impl Freeze for CMMeasurementType
impl RefUnwindSafe for CMMeasurementType
impl Send for CMMeasurementType
impl Sync for CMMeasurementType
impl Unpin for CMMeasurementType
impl UnsafeUnpin for CMMeasurementType
impl UnwindSafe for CMMeasurementType
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