Struct libc::pthread_barrier_t
source · [−]#[repr(C)]#[repr(align(8))]pub struct pthread_barrier_t { /* private fields */ }
Trait Implementations
sourceimpl Clone for pthread_barrier_t
impl Clone for pthread_barrier_t
sourcefn clone(&self) -> pthread_barrier_t
fn clone(&self) -> pthread_barrier_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_barrier_t
impl Debug for pthread_barrier_t
sourceimpl Hash for pthread_barrier_t
impl Hash for pthread_barrier_t
1.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_barrier_t> for pthread_barrier_t
impl PartialEq<pthread_barrier_t> for pthread_barrier_t
sourcefn eq(&self, other: &pthread_barrier_t) -> bool
fn eq(&self, other: &pthread_barrier_t) -> bool
impl Copy for pthread_barrier_t
impl Eq for pthread_barrier_t
Auto Trait Implementations
impl RefUnwindSafe for pthread_barrier_t
impl Send for pthread_barrier_t
impl Sync for pthread_barrier_t
impl Unpin for pthread_barrier_t
impl UnwindSafe for pthread_barrier_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