Struct pbcodec::types::Fixed64 [] [src]

pub struct Fixed64(pub u64);

Trait Implementations

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

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

impl Debug for Fixed64
[src]

Formats the value using the given formatter.

impl Default for Fixed64
[src]

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

impl FieldType for Fixed64
[src]

impl From<u64> for Fixed64
[src]

Performs the conversion.

impl Packable for Fixed64
[src]

impl From<Bit64> for Fixed64
[src]

Performs the conversion.

impl MapKey for Fixed64
[src]