Struct librdkafka_sys::rd_kafka_group_list [] [src]

#[repr(C)]
pub struct rd_kafka_group_list { pub groups: *mut rd_kafka_group_info, pub group_cnt: c_int, // some fields omitted }

Fields

Trait Implementations

impl Copy for rd_kafka_group_list
[src]

impl Clone for rd_kafka_group_list
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for rd_kafka_group_list
[src]

Formats the value using the given formatter.

impl Default for rd_kafka_group_list
[src]

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