#[repr(C)]pub struct CMConcatProfileSet {
pub keyIndex: UInt16,
pub count: UInt16,
pub profileSet: [CMProfileRef; 1],
}Expand description
Apple SDK struct CMConcatProfileSet.
Fields§
§keyIndex: UInt16§count: UInt16§profileSet: [CMProfileRef; 1]Trait Implementations§
Source§impl Clone for CMConcatProfileSet
impl Clone for CMConcatProfileSet
Source§fn clone(&self) -> CMConcatProfileSet
fn clone(&self) -> CMConcatProfileSet
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 moreimpl Copy for CMConcatProfileSet
Auto Trait Implementations§
impl !Send for CMConcatProfileSet
impl !Sync for CMConcatProfileSet
impl Freeze for CMConcatProfileSet
impl RefUnwindSafe for CMConcatProfileSet
impl Unpin for CMConcatProfileSet
impl UnsafeUnpin for CMConcatProfileSet
impl UnwindSafe for CMConcatProfileSet
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