#[repr(C)]pub struct __WAIT_STATUS {
pub _bindgen_data_: [u64; 1],
}Fields§
§_bindgen_data_: [u64; 1]Implementations§
Trait Implementations§
Source§impl Clone for __WAIT_STATUS
impl Clone for __WAIT_STATUS
Source§fn clone(&self) -> __WAIT_STATUS
fn clone(&self) -> __WAIT_STATUS
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for __WAIT_STATUS
impl Debug for __WAIT_STATUS
Source§impl Default for __WAIT_STATUS
impl Default 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