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_t
impl Copy for pthread_condattr_t
impl Debug for pthread_condattr_t
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for pthread_condattr_t
impl 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) -> bool
fn ne(&Self, other: &pthread_condattr_t) -> bool
impl StructuralEq for pthread_condattr_t
impl StructuralPartialEq for pthread_condattr_t
Auto Trait Implementations
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 UnwindSafe for pthread_condattr_t
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T