Struct pbcodec::types::Sint32 [] [src]

pub struct Sint32(pub i32);

Trait Implementations

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

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

impl Debug for Sint32
[src]

Formats the value using the given formatter.

impl Default for Sint32
[src]

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

impl FieldType for Sint32
[src]

impl From<i32> for Sint32
[src]

Performs the conversion.

impl Packable for Sint32
[src]

impl TryFrom<Varint> for Sint32
[src]

impl MapKey for Sint32
[src]