Struct pbcodec::types::Sint64 [] [src]

pub struct Sint64(pub i64);

Trait Implementations

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

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

impl Debug for Sint64
[src]

Formats the value using the given formatter.

impl Default for Sint64
[src]

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

impl FieldType for Sint64
[src]

impl From<i64> for Sint64
[src]

Performs the conversion.

impl Packable for Sint64
[src]

impl From<Varint> for Sint64
[src]

Performs the conversion.

impl MapKey for Sint64
[src]