pub struct __CFDictionary { /* private fields */ }Trait Implementations§
Source§impl Clone for __CFDictionary
impl Clone for __CFDictionary
Source§fn clone(&self) -> __CFDictionary
fn clone(&self) -> __CFDictionary
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 __CFDictionary
impl Debug 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