Struct rdkafka_sys::bindings::rd_kafka_group_list
source · [−]#[repr(C)]pub struct rd_kafka_group_list {
pub groups: *mut rd_kafka_group_info,
pub group_cnt: c_int,
}
Fields
groups: *mut rd_kafka_group_info
group_cnt: c_int
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for rd_kafka_group_list
impl !Send for rd_kafka_group_list
impl !Sync for rd_kafka_group_list
impl Unpin for rd_kafka_group_list
impl UnwindSafe for rd_kafka_group_list
Blanket Implementations
Mutably borrows from an owned value. Read more