Struct pbcodec::types::Float [] [src]

pub struct Float(pub f32);

Trait Implementations

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

[src]

[src]

[src]

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

[src]

[src]

impl Debug for Float
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Float
[src]

[src]

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

impl FieldType for Float
[src]

impl From<f32> for Float
[src]

[src]

Performs the conversion.

impl From<Float> for f32
[src]

[src]

Performs the conversion.

impl Packable for Float
[src]

impl From<Bit32> for Float
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Float

impl Sync for Float