Struct glib::source::Pid[][src]

pub struct Pid(pub GPid);

Process identificator

Trait Implementations

impl Copy for Pid
[src]

impl Clone for Pid
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Pid
[src]

Formats the value using the given formatter. Read more

impl Eq for Pid
[src]

impl PartialEq for Pid
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Send for Pid
[src]

impl Sync for Pid
[src]