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