Struct protobuf::types::ProtobufTypeFixed32 [] [src]

pub struct ProtobufTypeFixed32;

Trait Implementations

impl ProtobufType for ProtobufTypeFixed32
[src]

[src]

[src]

[src]

[src]

[src]

Compute size adding length prefix if wire type is length delimited (i. e. string, bytes, message) Read more

[src]

[src]

Get previously computed size

[src]

Get previously cached size with length prefix

Auto Trait Implementations