#[repr(C)]pub struct CFMutableCharacterSet { /* private fields */ }
Available on crate feature
CFCharacterSet
only.Expand description
This is the type of a reference to mutable CFMutableCharacterSets.
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 CFMutableCharacterSet
impl AsRef<AnyObject> for CFMutableCharacterSet
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 CFMutableCharacterSet
impl AsRef<CFType> for CFMutableCharacterSet
Source§impl Borrow<AnyObject> for CFMutableCharacterSet
impl Borrow<AnyObject> for CFMutableCharacterSet
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 CFMutableCharacterSet
impl Borrow<CFType> for CFMutableCharacterSet
Source§impl Debug for CFMutableCharacterSet
impl Debug for CFMutableCharacterSet
Source§impl Deref for CFMutableCharacterSet
impl Deref for CFMutableCharacterSet
Source§impl Hash for CFMutableCharacterSet
impl Hash for CFMutableCharacterSet
Source§impl Message for CFMutableCharacterSet
impl Message for CFMutableCharacterSet
Source§impl PartialEq for CFMutableCharacterSet
impl PartialEq for CFMutableCharacterSet
Source§impl RefEncode for CFMutableCharacterSet
impl RefEncode for CFMutableCharacterSet
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 CFMutableCharacterSet
impl Type for CFMutableCharacterSet
impl Eq for CFMutableCharacterSet
Auto Trait Implementations§
impl !Freeze for CFMutableCharacterSet
impl !RefUnwindSafe for CFMutableCharacterSet
impl !Send for CFMutableCharacterSet
impl !Sync for CFMutableCharacterSet
impl !Unpin for CFMutableCharacterSet
impl !UnwindSafe for CFMutableCharacterSet
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