Struct libmodbus_sys::__pthread_rwlock_arch_t [] [src]

pub struct __pthread_rwlock_arch_t {
    pub __readers: c_uint,
    pub __writers: c_uint,
    pub __wrphase_futex: c_uint,
    pub __writers_futex: c_uint,
    pub __pad3: c_uint,
    pub __pad4: c_uint,
    pub __cur_writer: c_int,
    pub __shared: c_int,
    pub __rwelision: c_schar,
    pub __pad1: [c_uchar; 7],
    pub __pad2: c_ulong,
    pub __flags: c_uint,
}

Fields

Trait Implementations

impl Debug for __pthread_rwlock_arch_t
[src]

[src]
[]

Formats the value using the given formatter. Read more

impl Copy for __pthread_rwlock_arch_t
[src]

impl Clone for __pthread_rwlock_arch_t
[src]

[src]
[]

Returns a copy of the value. Read more

1.0.0
[src]
[]

Performs copy-assignment from source. Read more