#[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
impl 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