Struct emscripten_sys::pthread_attr_t
[−]
[src]
#[repr(C)]pub struct pthread_attr_t { pub __u: pthread_attr_t__bindgen_ty_1, }
Fields
__u: pthread_attr_t__bindgen_ty_1
Trait Implementations
impl Debug for pthread_attr_t
[src]
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