#[repr(C, packed(2))]pub struct CMLut8Type {
pub typeDescriptor: OSType,
pub reserved: UInt32,
pub inputChannels: UInt8,
pub outputChannels: UInt8,
pub gridPoints: UInt8,
pub reserved2: UInt8,
pub matrix: [[Fixed; 3]; 3],
pub inputTable: [UInt8; 1],
}Expand description
Apple SDK struct CMLut8Type.
Fields§
§typeDescriptor: OSType§reserved: UInt32§inputChannels: UInt8§outputChannels: UInt8§gridPoints: UInt8§reserved2: UInt8§matrix: [[Fixed; 3]; 3]§inputTable: [UInt8; 1]Trait Implementations§
Source§impl Clone for CMLut8Type
impl Clone for CMLut8Type
Source§fn clone(&self) -> CMLut8Type
fn clone(&self) -> CMLut8Type
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 CMLut8Type
impl Debug for CMLut8Type
impl Copy for CMLut8Type
Auto Trait Implementations§
impl Freeze for CMLut8Type
impl RefUnwindSafe for CMLut8Type
impl Send for CMLut8Type
impl Sync for CMLut8Type
impl Unpin for CMLut8Type
impl UnsafeUnpin for CMLut8Type
impl UnwindSafe for CMLut8Type
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