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