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