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