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