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