#[repr(C)]pub struct CTMutableFontCollection { /* private fields */ }Available on crate feature
CTFontCollection only.Expand description
Methods from Deref<Target = CFType>§
Sourcepub fn downcast_ref<T>(&self) -> Option<&T>where
T: ConcreteType,
pub fn downcast_ref<T>(&self) -> Option<&T>where
T: ConcreteType,
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 CTMutableFontCollection
impl AsRef<AnyObject> for CTMutableFontCollection
Source§impl AsRef<CFType> for CTMutableFontCollection
impl AsRef<CFType> for CTMutableFontCollection
Source§impl AsRef<CTFontCollection> for CTMutableFontCollection
impl AsRef<CTFontCollection> for CTMutableFontCollection
Source§fn as_ref(&self) -> &CTFontCollection
fn as_ref(&self) -> &CTFontCollection
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Borrow<AnyObject> for CTMutableFontCollection
impl Borrow<AnyObject> for CTMutableFontCollection
Source§impl Borrow<CFType> for CTMutableFontCollection
impl Borrow<CFType> for CTMutableFontCollection
Source§impl Borrow<CTFontCollection> for CTMutableFontCollection
impl Borrow<CTFontCollection> for CTMutableFontCollection
Source§fn borrow(&self) -> &CTFontCollection
fn borrow(&self) -> &CTFontCollection
Immutably borrows from an owned value. Read more
Source§impl Debug for CTMutableFontCollection
impl Debug for CTMutableFontCollection
Source§impl Deref for CTMutableFontCollection
impl Deref for CTMutableFontCollection
Source§impl Hash for CTMutableFontCollection
impl Hash for CTMutableFontCollection
Source§impl Message for CTMutableFontCollection
impl Message for CTMutableFontCollection
Source§impl PartialEq for CTMutableFontCollection
impl PartialEq for CTMutableFontCollection
Source§impl RefEncode for CTMutableFontCollection
impl RefEncode for CTMutableFontCollection
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 CTMutableFontCollection
impl Type for CTMutableFontCollection
impl Eq for CTMutableFontCollection
Auto Trait Implementations§
impl !Freeze for CTMutableFontCollection
impl !RefUnwindSafe for CTMutableFontCollection
impl !Send for CTMutableFontCollection
impl !Sync for CTMutableFontCollection
impl !Unpin for CTMutableFontCollection
impl !UnwindSafe for CTMutableFontCollection
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