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