Union cups_sys::wait [] [src]

#[repr(C)]
pub union wait { pub w_status: c_int, pub w_T: wait__bindgen_ty_1, pub w_S: wait__bindgen_ty_2, // some fields omitted }

Fields

w_status: c_int w_T: wait__bindgen_ty_1 w_S: wait__bindgen_ty_2

Trait Implementations

impl Copy for wait
[src]

impl Clone for wait
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more