#[repr(C)]pub struct CTParagraphStyle { /* private fields */ }Available on crate feature
CTParagraphStyle 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 CTParagraphStyle
impl AsRef<AnyObject> for CTParagraphStyle
Source§impl AsRef<CFType> for CTParagraphStyle
impl AsRef<CFType> for CTParagraphStyle
Source§impl AsRef<CTParagraphStyle> for CTParagraphStyle
impl AsRef<CTParagraphStyle> for CTParagraphStyle
Source§impl Borrow<AnyObject> for CTParagraphStyle
impl Borrow<AnyObject> for CTParagraphStyle
Source§impl Borrow<CFType> for CTParagraphStyle
impl Borrow<CFType> for CTParagraphStyle
Source§impl ConcreteType for CTParagraphStyle
impl ConcreteType for CTParagraphStyle
Source§impl Debug for CTParagraphStyle
impl Debug for CTParagraphStyle
Source§impl Deref for CTParagraphStyle
impl Deref for CTParagraphStyle
Source§impl Hash for CTParagraphStyle
impl Hash for CTParagraphStyle
Source§impl Message for CTParagraphStyle
impl Message for CTParagraphStyle
Source§impl PartialEq for CTParagraphStyle
impl PartialEq for CTParagraphStyle
Source§impl RefEncode for CTParagraphStyle
impl RefEncode for CTParagraphStyle
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 CTParagraphStyle
impl Type for CTParagraphStyle
impl Eq for CTParagraphStyle
Auto Trait Implementations§
impl !Freeze for CTParagraphStyle
impl !RefUnwindSafe for CTParagraphStyle
impl !Send for CTParagraphStyle
impl !Sync for CTParagraphStyle
impl !Unpin for CTParagraphStyle
impl !UnwindSafe for CTParagraphStyle
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