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