pub struct MutedProcess {
pub audit_token: AuditToken,
pub events: Vec<es_event_type_t>,
}
Available on macOS only.
Expand description
Fields§
§audit_token: AuditToken
Audit token of the muted process
events: Vec<es_event_type_t>
Events for which the process is muted
Trait Implementations§
Source§impl Clone for MutedProcess
impl Clone for MutedProcess
Source§fn clone(&self) -> MutedProcess
fn clone(&self) -> MutedProcess
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for MutedProcess
impl RefUnwindSafe for MutedProcess
impl Send for MutedProcess
impl Sync for MutedProcess
impl Unpin for MutedProcess
impl UnwindSafe for MutedProcess
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