#[repr(C)]pub struct CFDictionary(/* private fields */);
Expand description
A reference to a CFString object.
Trait Implementations§
Source§impl CFTypeObject for CFDictionary
impl CFTypeObject for CFDictionary
type Ref = *const __CFDictionary
Source§fn get_internal_object(&self) -> Self::Ref
fn get_internal_object(&self) -> Self::Ref
Retrieves the internal object
fn create_with_ref(obj: Self::Ref) -> Self
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