Struct core_foundation::string::__CFString
source · pub struct __CFString(_);Auto Trait Implementations
impl RefUnwindSafe for __CFString
impl Send for __CFString
impl Sync for __CFString
impl Unpin for __CFString
impl UnwindSafe for __CFString
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more