Struct endpoint_sec::MutedProcess
source · pub struct MutedProcess {
pub audit_token: AuditToken,
pub events: Vec<es_event_type_t>,
}Available on macOS only.
Expand description
Fields§
§audit_token: AuditTokenAudit 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 copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
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