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