pub struct __CFNotificationCenter { /* private fields */ }Expand description
Opaque Apple SDK type __CFNotificationCenter.
Trait Implementations§
Source§impl Clone for __CFNotificationCenter
impl Clone for __CFNotificationCenter
Source§fn clone(&self) -> __CFNotificationCenter
fn clone(&self) -> __CFNotificationCenter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for __CFNotificationCenter
impl Debug 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