Union binaryen::ffi::pthread_attr_t[][src]

#[repr(C)]
pub union pthread_attr_t { pub __size: [i8; 56], pub __align: i64, // some fields omitted }

Fields

Trait Implementations

impl Clone for pthread_attr_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for pthread_attr_t
[src]

Auto Trait Implementations