Union rust_htslib::htslib::pthread_mutex_t [−][src]
#[repr(C)] pub union pthread_mutex_t { pub __data: pthread_mutex_t___pthread_mutex_s, pub __size: [i8; 40], pub __align: i64, // some fields omitted }
Fields
__data: pthread_mutex_t___pthread_mutex_s
__size: [i8; 40]
__align: i64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for pthread_mutex_t
impl !Send for pthread_mutex_t
impl !Sync for pthread_mutex_t
impl Unpin for pthread_mutex_t
impl UnwindSafe for pthread_mutex_t
Blanket Implementations
Mutably borrows from an owned value. Read more