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