Struct endpointsecurity::es_process_t[][src]

#[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_tppid: pid_toriginal_ppid: pid_tgroup_id: pid_tsession_id: pid_tcodesigning_flags: u32is_platform_binary: boolis_es_client: boolcdhash: [u8; 20]signing_id: es_string_token_tteam_id: es_string_token_texecutable: *mut es_file_ttty: *mut es_file_tstart_time: timeval

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.