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