Union hts_sys::__WAIT_STATUS
source · #[repr(C)]
pub union __WAIT_STATUS {
pub __uptr: *mut wait,
pub __iptr: *mut c_int,
/* private fields */
}
Fields§
§__uptr: *mut wait
§__iptr: *mut c_int
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 copy 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 moreimpl 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