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