Struct libc_interface::__exit_status[][src]

#[repr(C)]
pub struct __exit_status { pub e_termination: c_short, pub e_exit: c_short, }

Fields

Trait Implementations

impl Copy for __exit_status
[src]

impl Clone for __exit_status
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for __exit_status
[src]

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

This method tests for !=.

impl Eq for __exit_status
[src]

Auto Trait Implementations