#[repr(C)]pub struct __WAIT_STATUS {
pub __uptr: __BindgenUnionField<*mut wait>,
pub __iptr: __BindgenUnionField<*mut c_int>,
pub bindgen_union_field: u64,
}Fields§
§__uptr: __BindgenUnionField<*mut wait>§__iptr: __BindgenUnionField<*mut c_int>§bindgen_union_field: u64Trait Implementations§
Source§impl Clone for __WAIT_STATUS
impl Clone for __WAIT_STATUS
impl Copy for __WAIT_STATUS
Auto Trait Implementations§
impl Freeze for __WAIT_STATUS
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more