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