Struct libc::pthread_attr_t
source · [−]#[repr(C)]pub struct pthread_attr_t { /* private fields */ }
Trait Implementations
sourceimpl Clone for pthread_attr_t
impl Clone for pthread_attr_t
sourcefn clone(&self) -> pthread_attr_t
fn clone(&self) -> pthread_attr_t
Returns a copy of the value. Read more
1.0.0const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for pthread_attr_t
impl Debug for pthread_attr_t
sourceimpl Hash for pthread_attr_t
impl Hash for pthread_attr_t
sourcefn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [
Hasher
]. Read more1.3.0fn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
Feeds a slice of this type into the given [
Hasher
]. Read moresourceimpl PartialEq<pthread_attr_t> for pthread_attr_t
impl PartialEq<pthread_attr_t> for pthread_attr_t
sourcefn eq(&self, other: &pthread_attr_t) -> bool
fn eq(&self, other: &pthread_attr_t) -> bool
impl Copy for pthread_attr_t
impl Eq for pthread_attr_t
impl StructuralEq for pthread_attr_t
impl StructuralPartialEq for pthread_attr_t
Auto Trait Implementations
impl RefUnwindSafe for pthread_attr_t
impl Send for pthread_attr_t
impl Sync for pthread_attr_t
impl Unpin for pthread_attr_t
impl UnwindSafe for pthread_attr_t
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more