#[repr(C)]pub struct es_process_t {Show 14 fields
pub audit_token: audit_token_t,
pub ppid: pid_t,
pub original_ppid: pid_t,
pub group_id: pid_t,
pub session_id: pid_t,
pub codesigning_flags: u32,
pub is_platform_binary: bool,
pub is_es_client: bool,
pub cdhash: [u8; 20],
pub signing_id: es_string_token_t,
pub team_id: es_string_token_t,
pub executable: *mut es_file_t,
pub tty: *mut es_file_t,
pub start_time: timeval,
}Fields§
§audit_token: audit_token_t§ppid: pid_t§original_ppid: pid_t§group_id: pid_t§session_id: pid_t§codesigning_flags: u32§is_platform_binary: bool§is_es_client: bool§cdhash: [u8; 20]§signing_id: es_string_token_t§team_id: es_string_token_t§executable: *mut es_file_t§tty: *mut es_file_t§start_time: timevalTrait Implementations§
Source§impl Clone for es_process_t
impl Clone for es_process_t
Source§fn clone(&self) -> es_process_t
fn clone(&self) -> es_process_t
Returns a duplicate 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 moreSource§impl Debug for es_process_t
impl Debug for es_process_t
impl Copy for es_process_t
Auto Trait Implementations§
impl Freeze for es_process_t
impl RefUnwindSafe for es_process_t
impl !Send for es_process_t
impl !Sync for es_process_t
impl Unpin for es_process_t
impl UnwindSafe for es_process_t
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