Struct core_foundation_sys::locale::__CFLocale
source · #[repr(C)]pub struct __CFLocale(/* private fields */);
Auto Trait Implementations§
impl Freeze for __CFLocale
impl RefUnwindSafe for __CFLocale
impl Send for __CFLocale
impl Sync for __CFLocale
impl Unpin 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