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]
fn clone(&self) -> __WAIT_STATUS
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more