pub union pthread_barrier_t {
/* private fields */
}Expand description
The pthread_barrier_t type provided in sys/types.h.
Auto Trait Implementations§
impl Freeze for pthread_barrier_t
impl RefUnwindSafe for pthread_barrier_t
impl Send for pthread_barrier_t
impl Sync for pthread_barrier_t
impl Unpin for pthread_barrier_t
impl UnsafeUnpin for pthread_barrier_t
impl UnwindSafe for pthread_barrier_t
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