pub struct CFLocale(/* private fields */);Expand description
A reference to a CFString object.
Trait Implementations§
Source§impl CFTypeObject for CFLocale
impl CFTypeObject for CFLocale
type Ref = *const __CFLocale
Source§fn get_internal_object(&self) -> Self::Ref
fn get_internal_object(&self) -> Self::Ref
Retrieves the internal object
fn create_with_ref(obj: Self::Ref) -> Self
Auto Trait Implementations§
impl !Send for CFLocale
impl !Sync for CFLocale
impl Freeze for CFLocale
impl RefUnwindSafe 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