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