pub struct EventSignal<'a> { /* private fields */ }
Available on macOS only.
Expand description
Send a signal to a process event.
Implementations§
Trait Implementations§
Source§impl<'a> Debug for EventSignal<'a>
impl<'a> Debug for EventSignal<'a>
Source§impl<'a> Hash for EventSignal<'a>
impl<'a> Hash for EventSignal<'a>
Source§impl<'a> PartialEq for EventSignal<'a>
impl<'a> PartialEq for EventSignal<'a>
impl<'a> Eq for EventSignal<'a>
impl Send for EventSignal<'_>
impl Sync for EventSignal<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventSignal<'a>
impl<'a> RefUnwindSafe for EventSignal<'a>
impl<'a> Unpin for EventSignal<'a>
impl<'a> UnwindSafe for EventSignal<'a>
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