#[repr(C)]pub struct CMMultiFunctCLUTType {
pub gridPoints: [UInt8; 16],
pub entrySize: UInt8,
pub reserved: [UInt8; 3],
pub data: [UInt8; 2],
}Expand description
Apple SDK struct CMMultiFunctCLUTType.
Fields§
§gridPoints: [UInt8; 16]§entrySize: UInt8§reserved: [UInt8; 3]§data: [UInt8; 2]Trait Implementations§
Source§impl Clone for CMMultiFunctCLUTType
impl Clone for CMMultiFunctCLUTType
Source§fn clone(&self) -> CMMultiFunctCLUTType
fn clone(&self) -> CMMultiFunctCLUTType
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 CMMultiFunctCLUTType
impl Debug for CMMultiFunctCLUTType
impl Copy for CMMultiFunctCLUTType
Auto Trait Implementations§
impl Freeze for CMMultiFunctCLUTType
impl RefUnwindSafe for CMMultiFunctCLUTType
impl Send for CMMultiFunctCLUTType
impl Sync for CMMultiFunctCLUTType
impl Unpin for CMMultiFunctCLUTType
impl UnsafeUnpin for CMMultiFunctCLUTType
impl UnwindSafe for CMMultiFunctCLUTType
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