Struct pbcodec::types::Int32 [] [src]

pub struct Int32(pub i32);

Trait Implementations

impl<R: Read> Decode<R> for Int32
[src]

impl<W: Write> Encode<W> for Int32
[src]

impl Debug for Int32
[src]

Formats the value using the given formatter.

impl Default for Int32
[src]

Returns the "default value" for a type. Read more

impl FieldType for Int32
[src]

impl From<i32> for Int32
[src]

Performs the conversion.

impl Packable for Int32
[src]

impl TryFrom<Varint> for Int32
[src]

impl MapKey for Int32
[src]