Struct pbcodec::wire::types::Bit32 [] [src]

pub struct Bit32(pub [u8; 4]);

Trait Implementations

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

[src]

[src]

[src]

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

[src]

[src]

impl From<Bit32> for Fixed32
[src]

[src]

Performs the conversion.

impl From<Bit32> for Sfixed32
[src]

[src]

Performs the conversion.

impl From<Bit32> for Float
[src]

[src]

Performs the conversion.

impl Debug for Bit32
[src]

[src]

Formats the value using the given formatter. Read more

impl From<[u8; 4]> for Bit32
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Bit32

impl Sync for Bit32