Struct pbcodec::types::Uint32 [] [src]

pub struct Uint32(pub u32);

Trait Implementations

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

[src]

[src]

[src]

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

[src]

[src]

impl Debug for Uint32
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Uint32
[src]

[src]

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

impl FieldType for Uint32
[src]

impl From<u32> for Uint32
[src]

[src]

Performs the conversion.

impl From<Uint32> for u32
[src]

[src]

Performs the conversion.

impl Packable for Uint32
[src]

impl TryFrom<Varint> for Uint32
[src]

[src]

impl MapKey for Uint32
[src]

Auto Trait Implementations

impl Send for Uint32

impl Sync for Uint32