Struct rdkafka_sys::bindings::rd_kafka_topic_partition_s
source · #[repr(C)]pub struct rd_kafka_topic_partition_s {
pub topic: *mut c_char,
pub partition: i32,
pub offset: i64,
pub metadata: *mut c_void,
pub metadata_size: usize,
pub opaque: *mut c_void,
pub err: rd_kafka_resp_err_t,
pub _private: *mut c_void,
}
Fields§
§topic: *mut c_char
§partition: i32
§offset: i64
§metadata: *mut c_void
§metadata_size: usize
§opaque: *mut c_void
§err: rd_kafka_resp_err_t
§_private: *mut c_void
Trait Implementations§
source§impl Clone for rd_kafka_topic_partition_s
impl Clone for rd_kafka_topic_partition_s
source§fn clone(&self) -> rd_kafka_topic_partition_s
fn clone(&self) -> rd_kafka_topic_partition_s
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for rd_kafka_topic_partition_s
impl Debug for rd_kafka_topic_partition_s
impl Copy for rd_kafka_topic_partition_s
Auto Trait Implementations§
impl Freeze for rd_kafka_topic_partition_s
impl RefUnwindSafe for rd_kafka_topic_partition_s
impl !Send for rd_kafka_topic_partition_s
impl !Sync for rd_kafka_topic_partition_s
impl Unpin for rd_kafka_topic_partition_s
impl UnwindSafe for rd_kafka_topic_partition_s
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)