Struct core_foundation_sys::string::__CFString
source · #[repr(C)]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§
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