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