#[repr(C, packed(2))]pub struct CMUnicodeTextType {
pub typeDescriptor: OSType,
pub reserved: UInt32,
pub text: [UniChar; 1],
}Expand description
Apple SDK struct CMUnicodeTextType.
Fields§
§typeDescriptor: OSType§reserved: UInt32§text: [UniChar; 1]Trait Implementations§
Source§impl Clone for CMUnicodeTextType
impl Clone for CMUnicodeTextType
impl Copy for CMUnicodeTextType
Auto Trait Implementations§
impl Freeze for CMUnicodeTextType
impl RefUnwindSafe for CMUnicodeTextType
impl Send for CMUnicodeTextType
impl Sync for CMUnicodeTextType
impl Unpin for CMUnicodeTextType
impl UnsafeUnpin for CMUnicodeTextType
impl UnwindSafe for CMUnicodeTextType
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