Struct fitsio_sys_bindgen::pthread_mutexattr_t [−][src]
#[repr(C)]pub struct pthread_mutexattr_t {
pub __size: __BindgenUnionField<[c_char; 4]>,
pub __align: __BindgenUnionField<c_int>,
pub bindgen_union_field: u32,
}Fields
__size: __BindgenUnionField<[c_char; 4]>__align: __BindgenUnionField<c_int>bindgen_union_field: u32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for pthread_mutexattr_t
impl Send for pthread_mutexattr_t
impl Sync for pthread_mutexattr_t
impl Unpin for pthread_mutexattr_t
impl UnwindSafe for pthread_mutexattr_t
Blanket Implementations
Mutably borrows from an owned value. Read more
