pub struct __CFString { /* private fields */ }Expand description
Opaque Apple SDK type __CFString.
Trait Implementations§
Source§impl Clone for __CFString
impl Clone 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