Union rust_htslib::htslib::__WAIT_STATUS [−][src]
#[repr(C)] pub union __WAIT_STATUS { pub __uptr: *mut wait, pub __iptr: *mut i32, // some fields omitted }
Fields
__uptr: *mut wait
__iptr: *mut i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for __WAIT_STATUS
impl !Send for __WAIT_STATUS
impl !Sync for __WAIT_STATUS
impl Unpin for __WAIT_STATUS
impl UnwindSafe for __WAIT_STATUS
Blanket Implementations
Mutably borrows from an owned value. Read more