pub struct CFNotificationObserver { /* private fields */ }Trait Implementations§
Source§impl Debug for CFNotificationObserver
impl Debug for CFNotificationObserver
Source§impl Drop for CFNotificationObserver
impl Drop for CFNotificationObserver
Auto Trait Implementations§
impl !Send for CFNotificationObserver
impl !Sync for CFNotificationObserver
impl Freeze for CFNotificationObserver
impl RefUnwindSafe for CFNotificationObserver
impl Unpin for CFNotificationObserver
impl UnsafeUnpin for CFNotificationObserver
impl UnwindSafe for CFNotificationObserver
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