Union libduckdb_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,
}Fields
w_status: c_intw_T: wait__bindgen_ty_1w_S: wait__bindgen_ty_2Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for wait
impl UnwindSafe for wait
Blanket Implementations
Mutably borrows from an owned value. Read more