#[repr(C)]pub struct __CFNotificationCenter(/* private fields */);
Auto Trait Implementations§
impl Freeze for __CFNotificationCenter
impl RefUnwindSafe for __CFNotificationCenter
impl Send for __CFNotificationCenter
impl Sync for __CFNotificationCenter
impl Unpin 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