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