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