pub struct __CFUserNotification { /* private fields */ }Expand description
Opaque Apple SDK type __CFUserNotification.
Trait Implementations§
Source§impl Clone for __CFUserNotification
impl Clone for __CFUserNotification
impl Copy 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 UnsafeUnpin 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