#[repr(C)]
pub struct rd_kafka_metadata_partition { pub id: i32, pub err: rd_kafka_resp_err_t, pub leader: i32, pub replica_cnt: c_int, pub replicas: *mut i32, pub isr_cnt: c_int, pub isrs: *mut i32, }

Fields

id: i32err: rd_kafka_resp_err_tleader: i32replica_cnt: c_intreplicas: *mut i32isr_cnt: c_intisrs: *mut i32

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.