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