#[repr(C)]pub struct DADissenter { /* private fields */ }Available on crate feature
DADissenter only.Expand description
Type of a reference to DADissenter instances.
See also Apple’s documentation
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<CFType> for DADissenter
impl AsRef<CFType> for DADissenter
Source§impl AsRef<DADissenter> for DADissenter
impl AsRef<DADissenter> for DADissenter
Source§impl Borrow<CFType> for DADissenter
impl Borrow<CFType> for DADissenter
Source§impl Debug for DADissenter
impl Debug for DADissenter
Source§impl Deref for DADissenter
impl Deref for DADissenter
Source§impl Hash for DADissenter
impl Hash for DADissenter
Source§impl PartialEq for DADissenter
impl PartialEq for DADissenter
Source§impl Type for DADissenter
impl Type for DADissenter
impl Eq for DADissenter
Auto Trait Implementations§
impl !Freeze for DADissenter
impl !RefUnwindSafe for DADissenter
impl !Send for DADissenter
impl !Sync for DADissenter
impl !Unpin for DADissenter
impl !UnwindSafe for DADissenter
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