Struct core_foundation::dictionary::__CFDictionary
source · #[repr(C)]pub struct __CFDictionary(/* private fields */);
Auto Trait Implementations§
impl Freeze for __CFDictionary
impl RefUnwindSafe for __CFDictionary
impl Send for __CFDictionary
impl Sync for __CFDictionary
impl Unpin 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