Struct kafka_protocol::protocol::types::UnsignedVarInt
source · pub struct UnsignedVarInt;
Expand description
An unsigned zigzag encoded int.
Trait Implementations§
source§impl Clone for UnsignedVarInt
impl Clone for UnsignedVarInt
source§fn clone(&self) -> UnsignedVarInt
fn clone(&self) -> UnsignedVarInt
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 UnsignedVarInt
impl Debug for UnsignedVarInt
source§impl Default for UnsignedVarInt
impl Default for UnsignedVarInt
source§fn default() -> UnsignedVarInt
fn default() -> UnsignedVarInt
Returns the “default value” for a type. Read more