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