Union rust_htslib::htslib::wait [−][src]
#[repr(C)] pub union wait { pub w_status: i32, pub __wait_terminated: wait__bindgen_ty_1, pub __wait_stopped: wait__bindgen_ty_2, // some fields omitted }
Fields
w_status: i32
__wait_terminated: wait__bindgen_ty_1
__wait_stopped: wait__bindgen_ty_2
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for wait
impl UnwindSafe for wait
Blanket Implementations
Mutably borrows from an owned value. Read more