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