Struct rcap::Struct_Unnamed21 [] [src]

pub struct Struct_Unnamed21 {
    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 Copy for Struct_Unnamed21
[src]

impl Clone for Struct_Unnamed21
[src]

fn clone(&self) -> Self

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Default for Struct_Unnamed21
[src]

fn default() -> Self

Returns the "default value" for a type. Read more