#[repr(C)]pub struct CFCharacterSet { /* private fields */ }
Available on crate feature
CFCharacterSet
only.Expand description
This is the type of a reference to immutable CFCharacterSets.
See also Apple’s documentation
Methods from Deref<Target = CFType>§
Sourcepub fn downcast_ref<T: ConcreteType>(&self) -> Option<&T>
Available on crate feature CFBase
only.
pub fn downcast_ref<T: ConcreteType>(&self) -> Option<&T>
CFBase
only.Attempt to downcast the type to that of type T
.
This is the reference-variant. Use CFRetained::downcast
if you
want to convert a retained type. See also ConcreteType
for more
details on which types support being converted to.
Trait Implementations§
Source§impl AsRef<AnyObject> for CFCharacterSet
impl AsRef<AnyObject> for CFCharacterSet
Source§impl AsRef<CFCharacterSet> for CFCharacterSet
impl AsRef<CFCharacterSet> for CFCharacterSet
Source§impl AsRef<CFCharacterSet> for CFMutableCharacterSet
impl AsRef<CFCharacterSet> for CFMutableCharacterSet
Source§fn as_ref(&self) -> &CFCharacterSet
fn as_ref(&self) -> &CFCharacterSet
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<CFType> for CFCharacterSet
impl AsRef<CFType> for CFCharacterSet
Source§impl Borrow<AnyObject> for CFCharacterSet
impl Borrow<AnyObject> for CFCharacterSet
Source§impl Borrow<CFCharacterSet> for CFMutableCharacterSet
impl Borrow<CFCharacterSet> for CFMutableCharacterSet
Source§fn borrow(&self) -> &CFCharacterSet
fn borrow(&self) -> &CFCharacterSet
Immutably borrows from an owned value. Read more
Source§impl Borrow<CFType> for CFCharacterSet
impl Borrow<CFType> for CFCharacterSet
Source§impl ConcreteType for CFCharacterSet
Available on crate feature CFBase
only.
impl ConcreteType for CFCharacterSet
Available on crate feature
CFBase
only.Source§impl Debug for CFCharacterSet
impl Debug for CFCharacterSet
Source§impl Deref for CFCharacterSet
impl Deref for CFCharacterSet
Source§impl Hash for CFCharacterSet
impl Hash for CFCharacterSet
Source§impl Message for CFCharacterSet
impl Message for CFCharacterSet
Source§impl PartialEq for CFCharacterSet
impl PartialEq for CFCharacterSet
Source§impl RefEncode for CFCharacterSet
impl RefEncode for CFCharacterSet
Source§const ENCODING_REF: Encoding
const ENCODING_REF: Encoding
The Objective-C type-encoding for a reference of this type. Read more
Source§impl Type for CFCharacterSet
impl Type for CFCharacterSet
impl Eq for CFCharacterSet
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