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