[][src]Struct rust_htslib::htslib::pthread_rwlock_t__bindgen_ty_1

#[repr(C)]pub struct pthread_rwlock_t__bindgen_ty_1 {
    pub __lock: i32,
    pub __nr_readers: u32,
    pub __readers_wakeup: u32,
    pub __writer_wakeup: u32,
    pub __nr_readers_queued: u32,
    pub __nr_writers_queued: u32,
    pub __writer: i32,
    pub __shared: i32,
    pub __pad1: u64,
    pub __pad2: u64,
    pub __flags: u32,
}

Fields

__lock: i32__nr_readers: u32__readers_wakeup: u32__writer_wakeup: u32__nr_readers_queued: u32__nr_writers_queued: u32__writer: i32__shared: i32__pad1: u64__pad2: u64__flags: u32

Trait Implementations

impl Clone for pthread_rwlock_t__bindgen_ty_1[src]

impl Copy for pthread_rwlock_t__bindgen_ty_1[src]

impl Debug for pthread_rwlock_t__bindgen_ty_1[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.