#[repr(C)]
pub struct rd_kafka_group_info { pub broker: rd_kafka_metadata_broker, pub group: *mut c_char, pub err: rd_kafka_resp_err_t, pub state: *mut c_char, pub protocol_type: *mut c_char, pub protocol: *mut c_char, pub members: *mut rd_kafka_group_member_info, pub member_cnt: c_int, }

Fields

broker: rd_kafka_metadata_brokergroup: *mut c_charerr: rd_kafka_resp_err_tstate: *mut c_charprotocol_type: *mut c_charprotocol: *mut c_charmembers: *mut rd_kafka_group_member_infomember_cnt: c_int

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.