Struct pbcodec::types::Fixed32 [] [src]

pub struct Fixed32(pub u32);

Trait Implementations

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

[src]

[src]

[src]

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

[src]

[src]

impl Debug for Fixed32
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Fixed32
[src]

[src]

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

impl FieldType for Fixed32
[src]

impl From<u32> for Fixed32
[src]

[src]

Performs the conversion.

impl From<Fixed32> for u32
[src]

[src]

Performs the conversion.

impl Packable for Fixed32
[src]

impl From<Bit32> for Fixed32
[src]

[src]

Performs the conversion.

impl MapKey for Fixed32
[src]

Auto Trait Implementations

impl Send for Fixed32

impl Sync for Fixed32