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