Struct protobuf::well_known_types::UInt32Value [] [src]

pub struct UInt32Value {
    pub value: u32,
    // some fields omitted
}

Fields

Methods

impl UInt32Value
[src]

Trait Implementations

impl PartialEq for UInt32Value
[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 UInt32Value
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for UInt32Value
[src]

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

impl Sync for UInt32Value
[src]

impl Message for UInt32Value
[src]

impl MessageStatic for UInt32Value
[src]

impl Clear for UInt32Value
[src]

impl Debug for UInt32Value
[src]

Formats the value using the given formatter.

impl ProtobufValue for UInt32Value
[src]