pub struct EventGetTaskInspect<'a> { /* private fields */ }
Available on crate feature
macos_11_3_0
and macOS only.Expand description
Get a process’s task inspect port.
This event is fired when a process obtains a send right to a task inspect
port (e.g. task_inspect_for_pid()
, task_identity_token_get_task_port()
).
Implementations§
Source§impl<'a> EventGetTaskInspect<'a>
impl<'a> EventGetTaskInspect<'a>
Trait Implementations§
Source§impl<'a> Debug for EventGetTaskInspect<'a>
impl<'a> Debug for EventGetTaskInspect<'a>
Source§impl<'a> Hash for EventGetTaskInspect<'a>
impl<'a> Hash for EventGetTaskInspect<'a>
Source§impl<'a> PartialEq for EventGetTaskInspect<'a>
impl<'a> PartialEq for EventGetTaskInspect<'a>
impl<'a> Eq for EventGetTaskInspect<'a>
impl Send for EventGetTaskInspect<'_>
impl Sync for EventGetTaskInspect<'_>
Auto Trait Implementations§
impl<'a> Freeze for EventGetTaskInspect<'a>
impl<'a> RefUnwindSafe for EventGetTaskInspect<'a>
impl<'a> Unpin for EventGetTaskInspect<'a>
impl<'a> UnwindSafe for EventGetTaskInspect<'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