pub struct ProtobufTypeInt32;
Expand description

uint32

Trait Implementations

Rust type of value
Wire type when writing to stream
Read value from CodedInputStream
Compute wire size
Write a value with previously cached size
Get value from UnknownValues
Compute size adding length prefix if wire type is length delimited (i. e. string, bytes, message) Read more
Get previously computed size
Get previously cached size with length prefix

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.