Struct endpoint_sec::EventChroot
source · 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<EventChroot<'a>> for EventChroot<'a>
impl<'a> PartialEq<EventChroot<'a>> for EventChroot<'a>
impl<'a> Eq for EventChroot<'a>
impl Send for EventChroot<'_>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for EventChroot<'a>
impl<'a> !Sync 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