Struct libresolv_sys::pthread_attr_t
[−]
[src]
pub struct pthread_attr_t { pub _bindgen_data_: [u64; 7], }
Fields
_bindgen_data_: [u64; 7]
Methods
impl pthread_attr_t
[src]
Trait Implementations
impl Copy for pthread_attr_t
[src]
impl Clone for pthread_attr_t
[src]
fn clone(&self) -> Self
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