Struct libc::pthread_condattr_t
#[repr(C)]
#[repr(align(4))]
pub struct pthread_condattr_t { /* fields hidden */ }Trait Implementations
impl Clone for pthread_condattr_t
fn clone(&Self) -> pthread_condattr_timpl Copy for pthread_condattr_timpl Debug for pthread_condattr_t
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Resultimpl Eq for pthread_condattr_timpl Hash for pthread_condattr_t
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()impl PartialEq<pthread_condattr_t> for pthread_condattr_t
fn eq(&Self, other: &pthread_condattr_t) -> boolfn ne(&Self, other: &pthread_condattr_t) -> boolimpl StructuralEq for pthread_condattr_timpl StructuralPartialEq for pthread_condattr_tAuto Trait Implementations
impl RefUnwindSafe for pthread_condattr_timpl Send for pthread_condattr_timpl Sync for pthread_condattr_timpl Unpin for pthread_condattr_timpl UnwindSafe for pthread_condattr_tBlanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T