Struct sysinfo::Process[][src]

pub struct Process { /* fields omitted */ }
Expand description

Struct containing a process’ information.

Trait Implementations

Formats the value using the given formatter. Read more

Executes the destructor for this type. Read more

Sends the given signal to the process. Read more

Returns the name of the process. Read more

Returns the command line. Read more

Returns the path to the process. Read more

Returns the pid of the process. Read more

Returns the environment of the process. Read more

Returns the current working directory. Read more

Returns the path of the root directory. Read more

Returns the memory usage (in KB). Read more

Returns the virtual memory usage (in KB). Read more

Returns the parent pid. Read more

Returns the status of the processus. Read more

Returns the time of process launch (in seconds). Read more

Returns the total CPU usage (in %). Notice that it might be bigger than 100 if run on a multicore machine. Read more

Returns number of bytes read and written to disk. 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 alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. 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.