#[repr(C, packed(2))]pub struct CMMultiLocalizedUniCodeEntryRec {
pub languageCode: [c_char; 2],
pub regionCode: [c_char; 2],
pub textLength: UInt32,
pub textOffset: UInt32,
}Fields§
§languageCode: [c_char; 2]§regionCode: [c_char; 2]§textLength: UInt32§textOffset: UInt32Trait Implementations§
Source§impl Clone for CMMultiLocalizedUniCodeEntryRec
impl Clone for CMMultiLocalizedUniCodeEntryRec
Source§fn clone(&self) -> CMMultiLocalizedUniCodeEntryRec
fn clone(&self) -> CMMultiLocalizedUniCodeEntryRec
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 moreimpl Copy for CMMultiLocalizedUniCodeEntryRec
Auto Trait Implementations§
impl Freeze for CMMultiLocalizedUniCodeEntryRec
impl RefUnwindSafe for CMMultiLocalizedUniCodeEntryRec
impl Send for CMMultiLocalizedUniCodeEntryRec
impl Sync for CMMultiLocalizedUniCodeEntryRec
impl Unpin for CMMultiLocalizedUniCodeEntryRec
impl UnsafeUnpin for CMMultiLocalizedUniCodeEntryRec
impl UnwindSafe for CMMultiLocalizedUniCodeEntryRec
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