Struct pbcodec::types::Uint64 [] [src]

pub struct Uint64(pub u64);

Trait Implementations

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

[src]

[src]

[src]

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

[src]

[src]

impl Debug for Uint64
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Uint64
[src]

[src]

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

impl FieldType for Uint64
[src]

impl From<u64> for Uint64
[src]

[src]

Performs the conversion.

impl From<Uint64> for u64
[src]

[src]

Performs the conversion.

impl Packable for Uint64
[src]

impl From<Varint> for Uint64
[src]

[src]

Performs the conversion.

impl MapKey for Uint64
[src]

Auto Trait Implementations

impl Send for Uint64

impl Sync for Uint64