pub struct __CFLocale { /* private fields */ }Expand description
Opaque Apple SDK type __CFLocale.
Trait Implementations§
Source§impl Clone for __CFLocale
impl Clone for __CFLocale
Source§fn clone(&self) -> __CFLocale
fn clone(&self) -> __CFLocale
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 __CFLocale
impl Debug for __CFLocale
impl Copy for __CFLocale
Auto Trait Implementations§
impl Freeze for __CFLocale
impl RefUnwindSafe for __CFLocale
impl Send for __CFLocale
impl Sync for __CFLocale
impl Unpin for __CFLocale
impl UnsafeUnpin for __CFLocale
impl UnwindSafe for __CFLocale
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