Struct libc::types::os::arch::posix01::pthread_attr_t [] [src]

pub struct pthread_attr_t {
    pub __size: [u32; 9],
}

Fields

__size: [u32; 9]

Trait Implementations

impl Clone for pthread_attr_t
[src]

fn clone(&self) -> pthread_attr_t

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for pthread_attr_t
[src]