Union darknet::ffi::__WAIT_STATUS [] [src]

#[repr(C)]
pub union __WAIT_STATUS { pub __uptr: *mut wait, pub __iptr: *mut c_int, // some fields omitted }

Fields

__uptr: *mut wait __iptr: *mut c_int

Trait Implementations

impl Copy for __WAIT_STATUS
[src]

impl Clone for __WAIT_STATUS
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more