Struct pbcodec::types::Double [] [src]

pub struct Double(pub f64);

Trait Implementations

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

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

impl Debug for Double
[src]

Formats the value using the given formatter.

impl Default for Double
[src]

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

impl FieldType for Double
[src]

impl From<f64> for Double
[src]

Performs the conversion.

impl Packable for Double
[src]

impl From<Bit64> for Double
[src]

Performs the conversion.