#[repr(C, packed(2))]pub struct CMUnicodeTextType {
pub typeDescriptor: OSType,
pub reserved: UInt32,
pub text: [UniChar; 1],
}Fields§
§typeDescriptor: OSType§reserved: UInt32§text: [UniChar; 1]Trait Implementations§
Source§impl Clone for CMUnicodeTextType
impl Clone for CMUnicodeTextType
Source§fn clone(&self) -> CMUnicodeTextType
fn clone(&self) -> CMUnicodeTextType
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 CMUnicodeTextType
impl Debug 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