Struct protobuf::well_known_types::FloatValue [] [src]

pub struct FloatValue {
    pub value: f32,
    // some fields omitted
}

Fields

Methods

impl FloatValue
[src]

Trait Implementations

impl PartialEq for FloatValue
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for FloatValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for FloatValue
[src]

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

impl Sync for FloatValue
[src]

impl Message for FloatValue
[src]

impl MessageStatic for FloatValue
[src]

impl Clear for FloatValue
[src]

impl Debug for FloatValue
[src]

Formats the value using the given formatter.

impl ProtobufValue for FloatValue
[src]