#[repr(C)]pub struct Union_wait {
pub _bindgen_data_: [u32; 1],
}
Fields§
§_bindgen_data_: [u32; 1]
Implementations§
Source§impl Union_wait
impl Union_wait
pub unsafe fn w_status(&mut self) -> *mut c_int
pub unsafe fn __wait_terminated(&mut self) -> *mut Struct_Unnamed16
pub unsafe fn __wait_stopped(&mut self) -> *mut Struct_Unnamed17
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Union_wait
impl RefUnwindSafe for Union_wait
impl Send for Union_wait
impl Sync for Union_wait
impl Unpin for Union_wait
impl UnwindSafe for Union_wait
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