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