#[repr(C, packed(2))]pub struct CMProfileSequenceDescType {
pub typeDescriptor: OSType,
pub reserved: UInt32,
pub count: UInt32,
pub data: [c_char; 1],
}Expand description
Apple SDK struct CMProfileSequenceDescType.
Fields§
§typeDescriptor: OSType§reserved: UInt32§count: UInt32§data: [c_char; 1]Trait Implementations§
Source§impl Clone for CMProfileSequenceDescType
impl Clone for CMProfileSequenceDescType
Source§fn clone(&self) -> CMProfileSequenceDescType
fn clone(&self) -> CMProfileSequenceDescType
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 CMProfileSequenceDescType
impl Debug for CMProfileSequenceDescType
impl Copy for CMProfileSequenceDescType
Auto Trait Implementations§
impl Freeze for CMProfileSequenceDescType
impl RefUnwindSafe for CMProfileSequenceDescType
impl Send for CMProfileSequenceDescType
impl Sync for CMProfileSequenceDescType
impl Unpin for CMProfileSequenceDescType
impl UnsafeUnpin for CMProfileSequenceDescType
impl UnwindSafe for CMProfileSequenceDescType
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