pub struct __CFNotificationCenter { /* private fields */ }Expand description
Opaque Apple SDK type __CFNotificationCenter.
Trait Implementations§
Source§impl Clone for __CFNotificationCenter
impl Clone for __CFNotificationCenter
impl Copy for __CFNotificationCenter
Auto Trait Implementations§
impl Freeze for __CFNotificationCenter
impl RefUnwindSafe for __CFNotificationCenter
impl Send for __CFNotificationCenter
impl Sync for __CFNotificationCenter
impl Unpin for __CFNotificationCenter
impl UnsafeUnpin for __CFNotificationCenter
impl UnwindSafe for __CFNotificationCenter
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