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