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