[][src]Struct hts_sys::pthread_rwlock_t__bindgen_ty_1

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

Fields

__lock: c_int__nr_readers: c_uint__readers_wakeup: c_uint__writer_wakeup: c_uint__nr_readers_queued: c_uint__nr_writers_queued: c_uint__writer: c_int__shared: c_int__pad1: c_ulong__pad2: c_ulong__flags: c_uint

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.