Struct librdkafka_sys::Struct_Unnamed3 [] [src]

pub struct Struct_Unnamed3 {
    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 __rwelision: c_char,
    pub __pad1: [c_uchar; 7],
    pub __pad2: c_ulong,
    pub __flags: c_uint,
}

Fields

Trait Implementations

impl Copy for Struct_Unnamed3
[src]

impl Clone for Struct_Unnamed3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Struct_Unnamed3
[src]

Formats the value using the given formatter.

impl Default for Struct_Unnamed3
[src]

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