Struct pbcodec::types::Sfixed32 [] [src]

pub struct Sfixed32(pub i32);

Trait Implementations

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

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

impl Debug for Sfixed32
[src]

Formats the value using the given formatter.

impl Default for Sfixed32
[src]

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

impl FieldType for Sfixed32
[src]

impl From<i32> for Sfixed32
[src]

Performs the conversion.

impl Packable for Sfixed32
[src]

impl From<Bit32> for Sfixed32
[src]

Performs the conversion.

impl MapKey for Sfixed32
[src]