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