#[repr(C)]pub struct CFCharacterSet(/* private fields */);
Expand description
A reference to a CFString object.
Trait Implementations§
Source§impl CFTypeObject for CFCharacterSet
impl CFTypeObject for CFCharacterSet
type Ref = *const __CFCharacterSet
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 CFCharacterSet
impl RefUnwindSafe for CFCharacterSet
impl !Send for CFCharacterSet
impl !Sync for CFCharacterSet
impl Unpin for CFCharacterSet
impl UnwindSafe for CFCharacterSet
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