#[repr(C)]pub struct CFUserNotification { /* private fields */ }
Available on crate feature
CFUserNotification
only.Expand description
Methods from Deref<Target = CFType>§
Sourcepub fn downcast_ref<T: ConcreteType>(&self) -> Option<&T>
Available on crate feature CFBase
only.
pub fn downcast_ref<T: ConcreteType>(&self) -> Option<&T>
CFBase
only.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 CFUserNotification
impl AsRef<AnyObject> for CFUserNotification
Source§impl AsRef<CFType> for CFUserNotification
impl AsRef<CFType> for CFUserNotification
Source§impl AsRef<CFUserNotification> for CFUserNotification
impl AsRef<CFUserNotification> for CFUserNotification
Source§impl Borrow<AnyObject> for CFUserNotification
impl Borrow<AnyObject> for CFUserNotification
Source§impl Borrow<CFType> for CFUserNotification
impl Borrow<CFType> for CFUserNotification
Source§impl ConcreteType for CFUserNotification
Available on crate feature CFBase
only.
impl ConcreteType for CFUserNotification
Available on crate feature
CFBase
only.Source§impl Debug for CFUserNotification
impl Debug for CFUserNotification
Source§impl Deref for CFUserNotification
impl Deref for CFUserNotification
Source§impl Hash for CFUserNotification
impl Hash for CFUserNotification
Source§impl Message for CFUserNotification
impl Message for CFUserNotification
Source§impl PartialEq for CFUserNotification
impl PartialEq for CFUserNotification
Source§impl RefEncode for CFUserNotification
impl RefEncode for CFUserNotification
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 CFUserNotification
impl Type for CFUserNotification
impl Eq for CFUserNotification
Auto Trait Implementations§
impl !Freeze for CFUserNotification
impl !RefUnwindSafe for CFUserNotification
impl !Send for CFUserNotification
impl !Sync for CFUserNotification
impl !Unpin for CFUserNotification
impl !UnwindSafe for CFUserNotification
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