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