Struct pbcodec::types::Sfixed64 [] [src]

pub struct Sfixed64(pub i64);

Trait Implementations

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

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

impl Debug for Sfixed64
[src]

Formats the value using the given formatter.

impl Default for Sfixed64
[src]

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

impl FieldType for Sfixed64
[src]

impl From<i64> for Sfixed64
[src]

Performs the conversion.

impl Packable for Sfixed64
[src]

impl From<Bit64> for Sfixed64
[src]

Performs the conversion.

impl MapKey for Sfixed64
[src]