Struct protobuf::types::ProtobufTypeUint32[][src]

pub struct ProtobufTypeUint32;

Trait Implementations

impl ProtobufType for ProtobufTypeUint32
[src]

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