pub struct EventChroot<'a> { /* private fields */ }
Available on crate feature
macos_10_15_1
and macOS only.Expand description
Change the root directory for a process event.
Implementations§
Trait Implementations§
Source§impl<'a> Debug for EventChroot<'a>
impl<'a> Debug for EventChroot<'a>
Source§impl<'a> Hash for EventChroot<'a>
impl<'a> Hash for EventChroot<'a>
Source§impl<'a> PartialEq for EventChroot<'a>
impl<'a> PartialEq for EventChroot<'a>
impl<'a> Eq for EventChroot<'a>
impl Send for EventChroot<'_>
impl Sync for EventChroot<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventChroot<'a>
impl<'a> RefUnwindSafe for EventChroot<'a>
impl<'a> Unpin for EventChroot<'a>
impl<'a> UnwindSafe for EventChroot<'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